We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02ba792 commit 25ca799Copy full SHA for 25ca799
.github/workflows/publish-latest-plugin-zip.yml
@@ -28,7 +28,7 @@ jobs:
28
run: npm ci
29
30
- name: Update version to latest trunk commit
31
- run: "find . -type f -exec sed -i 's/0.0.2-dev-e35b494710b4d5d40cc0b7adfe5398ef52307bfb/${{ steps.get_tag.outputs.tag_name }}-${{ github.sha }}/g' {} +"
+ run: "find . -type f -exec sed -i 's/0.0.0-placeholder/${{ steps.get_tag.outputs.tag_name }}-${{ github.sha }}/g' {} +"
32
33
- name: Build and create plugin zip
34
run: npm run plugin-zip
0 commit comments