Skip to content

Commit 4aa0a18

Browse files
authored
ci: allow npm publishing (#24)
1 parent dd3bf33 commit 4aa0a18

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/publish-to-npm-on-tag.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
2222
TAG_NAME: ${{github.ref_name}}
2323
run: |
24-
exit 0 # for now disable.
2524
npm config set registry 'https://wombat-dressing-room.appspot.com/'
2625
npm config set '//wombat-dressing-room.appspot.com/:_authToken' '${NPM_TOKEN}'
2726
npm publish --provenance --access public

0 commit comments

Comments
 (0)