Skip to content

Commit e616581

Browse files
authored
fix: release action (#749)
1 parent 5ed92b3 commit e616581

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/release.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ jobs:
2525
run: ./mvnw ${MAVEN_ARGS} versions:set -DnewVersion="${RELEASE_VERSION:1}" versions:commit
2626
env:
2727
RELEASE_VERSION: ${{ github.event.release.tag_name }}
28-
- name: Release Maven package
29-
uses: samuelmeuli/action-maven-publish@v1
30-
with:
31-
maven_profiles: "release"
32-
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
33-
gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
34-
nexus_username: ${{ secrets.OSSRH_USERNAME }}
35-
nexus_password: ${{ secrets.OSSRH_TOKEN }}
28+
- name: Release Maven package
29+
uses: samuelmeuli/action-maven-publish@v1
30+
with:
31+
maven_profiles: "release"
32+
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
33+
gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
34+
nexus_username: ${{ secrets.OSSRH_USERNAME }}
35+
nexus_password: ${{ secrets.OSSRH_TOKEN }}
3636

3737
# This is separate job because there were issues with git after release step, was not able to commit changes. See history.
3838
update-working-version:

0 commit comments

Comments
 (0)