We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c933b7 commit e686293Copy full SHA for e686293
.github/workflows/build-main.yml
@@ -78,7 +78,9 @@ jobs:
78
- name: Publish SNAPSHOT version to GitHub Packages (we can skip tests, since we only deploy, if the build workflow succeeded)
79
run: ./mvnw -B deploy --no-transfer-progress -P central-deploy -DskipTests
80
env:
81
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ MAVEN_USERNAME: ${{ secrets.OSS_SONATYPE_USERNAME }}
82
+ MAVEN_PASSWORD: ${{ secrets.OSS_SONATYPE_PASSWORD }}
83
+ MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
84
85
- name: Extract Maven project version for Asciidoc GitHub Pages directory naming
86
run: echo ::set-output name=version::$(./mvnw -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec)
0 commit comments