We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e808dd commit 15acac1Copy full SHA for 15acac1
.github/workflows/deploy.yml
@@ -59,7 +59,7 @@ jobs:
59
env:
60
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
61
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
62
- run: npx semantic-release --dry-run --branches 9520_gha # Uncomment for testing purposes
+ run: npx semantic-release # --dry-run --branches 9520_gha
63
64
- name: Publish to Maven Central
65
if: startsWith(github.ref, 'refs/tags/v')
0 commit comments