Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeBeeContrast committed Aug 23, 2023
1 parent fd3169e commit 4d8e30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
run: |
git config --global user.name 'Github'
git config --global user.email 'github@users.noreply.github.com'
./mvnw -Darguments="-DskipTests=true" --batch-mode release:prepare gpg:sign release:perform -Dusername=$GITHUB_ACTOR -Dpassword=$GITHUB_TOKEN -Prelease
./mvnw -Darguments="-DskipTests=true" --batch-mode clean deploy -Dusername=$GITHUB_ACTOR -Dpassword=$GITHUB_TOKEN -Prelease

0 comments on commit 4d8e30b

Please sign in to comment.