Skip to content

Commit

Permalink
update npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmarinacci committed Oct 18, 2023
1 parent 62f16c2 commit f35e9be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm whoami
- run: git config --global user.email octobot@github.com
git config --global user.name Github Actions
- run: npm run release
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit f35e9be

Please sign in to comment.