Skip to content

Commit

Permalink
Merge branch 'master' into v2-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
notanengineercom committed Oct 24, 2021
2 parents bfcb908 + 52a6965 commit ebda33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: echo "tag=beta" >> $GITHUB_ENV
- run: npm publish --access public --tag ${{ env.tag }}
env:
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

publish-github:
needs: build
Expand Down

0 comments on commit ebda33a

Please sign in to comment.