We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd3bf33 commit 4aa0a18Copy full SHA for 4aa0a18
.github/workflows/publish-to-npm-on-tag.yml
@@ -21,7 +21,6 @@ jobs:
21
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
22
TAG_NAME: ${{github.ref_name}}
23
run: |
24
- exit 0 # for now disable.
25
npm config set registry 'https://wombat-dressing-room.appspot.com/'
26
npm config set '//wombat-dressing-room.appspot.com/:_authToken' '${NPM_TOKEN}'
27
npm publish --provenance --access public
0 commit comments