Skip to content

Commit ef3ca14

Browse files
committed
chore: updating publish workflow
1 parent 80ff297 commit ef3ca14

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
- name: npm test
3333
run: npm test
3434

35-
# - name: npx semantic-release
36-
# run: npx semantic-release
37-
# env:
38-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39-
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
35+
- name: npx semantic-release
36+
run: npx semantic-release
37+
env:
38+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)