We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4b53a3 commit a1d32feCopy full SHA for a1d32fe
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
node-version: 20
27
cache: "npm"
28
- run: npm install
29
- - 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' {} +"
30
- run: npm run plugin-zip
31
- uses: softprops/action-gh-release@v2
32
with:
0 commit comments