Skip to content

Commit

Permalink
fix: use NPM_TOKEN env var
Browse files Browse the repository at this point in the history
  • Loading branch information
derschnee68 committed Nov 29, 2023
1 parent dfdfbce commit 78be4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
name: Publish release to GitHub packages
run: npm publish ${{env.DistDirectory}} --registry=https://npm.pkg.github.com/ --access public
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
NPM_TOKEN: ${{secrets.GITHUB_TOKEN}}

notification:
name: Google chat notification about release and published version
Expand Down

0 comments on commit 78be4cc

Please sign in to comment.