Skip to content

Commit 25ca799

Browse files
Fix placeholder typo in GH Action file (#131)
1 parent 02ba792 commit 25ca799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-latest-plugin-zip.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: npm ci
2929

3030
- 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' {} +"
31+
run: "find . -type f -exec sed -i 's/0.0.0-placeholder/${{ steps.get_tag.outputs.tag_name }}-${{ github.sha }}/g' {} +"
3232

3333
- name: Build and create plugin zip
3434
run: npm run plugin-zip

0 commit comments

Comments
 (0)