Skip to content

Commit

Permalink
feat: Eliminar la opción de --provenance en el comando de publicación…
Browse files Browse the repository at this point in the history
… del flujo de trabajo de desarrollo
  • Loading branch information
SrGobi committed Dec 6, 2024
1 parent 05a081a commit c2f8775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/public-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
id: publish
run: |
pnpm version prerelease --preid "dev.$(date +%s)-$(git rev-parse --short HEAD)"
pnpm publish --provenance --tag dev --access public --no-git-checks --no-provenance
pnpm publish --no-provenance --tag dev --access public --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }} # Autenticación con NPM

Expand Down

0 comments on commit c2f8775

Please sign in to comment.