Skip to content

Commit

Permalink
ajuste action
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelrvg committed Jan 26, 2024
1 parent 10626d1 commit 4fa8e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/principal-patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
run: npm install --no-save

- name: Release Package
run: npx release-it --ci
run: npx release-it --ci --npm.authToken=${{ secrets.NPM_AUTH_TOKEN }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit 4fa8e22

Please sign in to comment.