Skip to content

Commit ca92d6d

Browse files
committed
ci: fix
1 parent 819cf93 commit ca92d6d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ jobs:
5151
npm install -g @semantic-release/commit-analyzer
5252
npm install -g @semantic-release/release-notes-generator
5353
54+
- name: Publish to Git Releases and Tags
55+
env:
56+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
57+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
58+
run: npx semantic-release --dry-run --branches 9520_gha # Uncomment for testing purposes
59+
5460
- name: Publish Java docs
5561
env:
5662
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)