Skip to content

Commit

Permalink
Fix release workflow sed command (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
candy02058912 authored Sep 4, 2024
1 parent d4b53a3 commit a1d32fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
node-version: 20
cache: "npm"
- run: npm install
- run: "find . -type f -exec sed -i 's/0.0.0-placeholder/${{ github.ref_name }}/g' {} +"
- run: "find . -type f -exec sed -i 's/0.0.0-placeholder/${{ steps.get_tag.outputs.tag_name }}/g' {} +"
- run: npm run plugin-zip
- uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit a1d32fe

Please sign in to comment.