Skip to content

Commit 132f42e

Browse files
committed
Use correct release profile (release-sign-artifacts)
1 parent fa42310 commit 132f42e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
git config --global author.email "${GITHUB_ACTOR}@users.noreply.github.com"
3939
git config --global author.name "${GITHUB_ACTOR}"
4040
- name: Release
41-
run: ./mvnw -B -Prelease -DreleaseVersion=${{ github.event.inputs.releaseVersion }} release:prepare release:perform
41+
run: ./mvnw -B -Prelease-sign-artifacts -DreleaseVersion=${{ github.event.inputs.releaseVersion }} release:prepare release:perform
4242
- name: Rollback on failure
4343
if: ${{ failure() }}
4444
run: |
45-
./mvnw -B release:rollback -Prelease -Dgpg.passphrase=${{secrets.GPG_PASSPHRASE}}
45+
./mvnw -B release:rollback -Prelease-sign-artifacts -Dgpg.passphrase=${{secrets.GPG_PASSPHRASE}}
4646
echo "You may need to manually delete the GitHub tag, if it was created."

0 commit comments

Comments
 (0)