Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danjelalura committed Sep 6, 2024
1 parent c6917dc commit a10db5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
git config user.email opensource@acrolinx.com
git config user.name $GIT_USER_NAME
git checkout -b $PR_BRANCH_NAME
mvn -s .m2/settings.xml -B -Dusername=$GIT_USER_NAME -Dpassword=$GITHUB_TOKEN -DpreparationGoals="clean spotless:apply verify" -DcompletionGoals="spotless:apply" release:prepare release:perform -P sign -Dgpg.signer=bc
mvn -s .m2/settings.xml -B -P sign -Dusername=$GIT_USER_NAME -Dpassword=$GITHUB_TOKEN -DpreparationGoals="clean spotless:apply verify" -DcompletionGoals="spotless:apply" release:prepare release:perform -Dgpg.signer=bc

0 comments on commit a10db5b

Please sign in to comment.