Skip to content

Commit

Permalink
attempt to fix release (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
ostrowr committed Dec 20, 2019
1 parent ea6336d commit abbb39a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Expand Up @@ -21,6 +21,6 @@ jobs:
npm run test
- name: Release to npm
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
npm publish

0 comments on commit abbb39a

Please sign in to comment.