Skip to content

Commit

Permalink
Update tag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fxck committed Jul 3, 2024
1 parent e86adde commit 6daf410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
- run: |
cd tools/npm
npm ci --ignore-scripts
npm i -g replace-in-files-cli
npm i -g replace-in-files-cli@2.2.0
replace-in-files --string='v0.0.0-zerops' --replacement='${{ github.event.release.tag_name }}' package.json
npm publish --access=public
env:
Expand Down

0 comments on commit 6daf410

Please sign in to comment.