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 26, 2024
1 parent d05aca2 commit 273d13b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ jobs:
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm publish
- run: npm login
env:
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}

0 comments on commit 273d13b

Please sign in to comment.