Skip to content

Commit cc1bec8

Browse files
authored
fix release (#51)
1 parent 7ca9cad commit cc1bec8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
name: npm-package
4545
path: "*.tgz"
4646

47-
# - name: Publish to npm
48-
# run: npm publish --access public
49-
# env:
50-
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
47+
- name: Publish to npm
48+
run: npm publish --access public
49+
env:
50+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5151

5252
release:
5353
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)