Skip to content

Commit 15acac1

Browse files
committed
ci: fix
1 parent 4e808dd commit 15acac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
env:
6060
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
6161
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
62-
run: npx semantic-release --dry-run --branches 9520_gha # Uncomment for testing purposes
62+
run: npx semantic-release # --dry-run --branches 9520_gha
6363

6464
- name: Publish to Maven Central
6565
if: startsWith(github.ref, 'refs/tags/v')

0 commit comments

Comments
 (0)