Skip to content

Commit

Permalink
debugging release pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
bhidesacl committed Apr 14, 2024
1 parent fcd5108 commit 2320873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
mvn \
--no-transfer-progress \
--batch-mode \
-Dembold.host.url=https://tester.emboldci.dev -Dembold.user.token=${{ secrets.EMBOLD_OSS_SCAN_TOKEN }} \
-Darguments="-Dembold.host.url=https://tester.emboldci.dev -Dembold.user.token=${{ secrets.EMBOLD_OSS_SCAN_TOKEN }}" \
-Dgpg.passphrase=${{ secrets.GPG_SECRET_KEY_PASSWORD }} \
release:perform -Prelease
- name: Rollback if failure
Expand Down

0 comments on commit 2320873

Please sign in to comment.