Skip to content

Commit

Permalink
snapshot deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikebbers committed Dec 4, 2023
1 parent d8b50db commit f89a896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
JRELEASER_GPG_SECRET_KEY: ${{ secrets.OPEN_ELEMENTS_GPG_PRIVATE_KEY }}
JRELEASER_GPG_PASSPHRASE: ${{ secrets.OPEN_ELEMENTS_GPG_PASSPHRASE }}
JRELEASER_GITHUB_TOKEN: FOOBAR
run: ./mvnw -Pdeploy deploy jreleaser:deploy
run: ./mvnw -Pdeploy clean deploy && ./mvnw jreleaser:deploy

0 comments on commit f89a896

Please sign in to comment.