We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ca0dd1 + 93fa07e commit 5fa2c80Copy full SHA for 5fa2c80
.github/workflows/version-and-release.yml
@@ -16,7 +16,7 @@ jobs:
16
run: |
17
realversion="${GITHUB_REF/refs\/tags\//}"
18
realversion="${realversion//v/}"
19
- echo "::set-output name=VERSION::$realversion"
+ echo "VERSION=$realversion" >> $GITHUB_OUTPUT
20
21
- name: Set up publishing to maven central
22
uses: actions/setup-java@v2
@@ -39,7 +39,7 @@ jobs:
39
40
mvn --no-transfer-progress \
41
--batch-mode \
42
- -Dgpg.passphrase='${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }}' \
+ -Dgpg.passphrase='${{ secrets.OSSH_GPG_SECRET_KEY_PASSWORD }}' \
43
-DskipTests deploy -P release
44
env:
45
MAVEN_USERNAME: ${{secrets.OSSH_USERNAME}}
0 commit comments