Skip to content

Commit

Permalink
chore: update action
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielMartinezRodriguez committed Mar 25, 2024
1 parent 35d8299 commit f4484fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
publish:
runs-on: ubuntu-latest
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} # Define NPM_TOKEN aquí para que esté disponible en todos los pasos
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} # Define NPM_TOKEN aquí para que esté disponible en todos los pasos
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit f4484fc

Please sign in to comment.