Skip to content

Commit a1d32fe

Browse files
Fix release workflow sed command (#114)
1 parent d4b53a3 commit a1d32fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
node-version: 20
2727
cache: "npm"
2828
- run: npm install
29-
- run: "find . -type f -exec sed -i 's/0.0.0-placeholder/${{ github.ref_name }}/g' {} +"
29+
- run: "find . -type f -exec sed -i 's/0.0.0-placeholder/${{ steps.get_tag.outputs.tag_name }}/g' {} +"
3030
- run: npm run plugin-zip
3131
- uses: softprops/action-gh-release@v2
3232
with:

0 commit comments

Comments
 (0)