Skip to content

Commit

Permalink
chore: fix latest tag on npmjs [no-ticket]
Browse files Browse the repository at this point in the history
  • Loading branch information
filfreire committed Jul 12, 2024
1 parent 723581e commit 6ad390c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@ jobs:
run: npm run build

- name: Publish to NPM
run: npm publish --no-git-checks --provenance --tag ${{ github.sha }}
run: npm publish --no-git-checks --provenance
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 6ad390c

Please sign in to comment.