Skip to content

Commit

Permalink
Updating app files
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsislimadev committed Jun 3, 2024
1 parent a091488 commit 70c4e8c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
node-version: 18
registry-url: https://npm.pkg.github.com/

- run: npm login
env:
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}

- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}

0 comments on commit 70c4e8c

Please sign in to comment.