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 27b4b4c commit f648b8dCopy full SHA for f648b8d
.github/workflows/release.yml
@@ -44,11 +44,11 @@ jobs:
44
- name: Build
45
run: yarn build
46
- name: Publish
47
- uses: actions/npm@master
+ run: |
48
+ npm config set //registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN
49
+ npm publish
50
env:
51
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
- with:
- args: publish
52
- uses: 8398a7/action-slack@v1
53
with:
54
type: failure
0 commit comments