Skip to content

Commit

Permalink
🐛 corrigindo github actions
Browse files Browse the repository at this point in the history
Co-authored-by: DaviMatheus <[email protected]>
  • Loading branch information
fernandes-natanael and DaviMatheus committed Nov 15, 2023
1 parent 8a5fec4 commit c9880d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
node-version: 16
registry-url: https://registry.npmjs.org
- run: npm ci
- run: npm publish
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}

0 comments on commit c9880d0

Please sign in to comment.