Skip to content

Commit e35b494

Browse files
Replace placeholder version with commit for latest trunk releases (#129)
1 parent 855b64d commit e35b494

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
- name: Install dependencies
2222
run: npm ci
2323

24+
- name: Update version to latest trunk commit
25+
run: "find . -type f -exec sed -i 's/0.0.0-placeholder/${{ github.sha }}/g' {} +"
26+
2427
- name: Build and create plugin zip
2528
run: npm run plugin-zip
2629

0 commit comments

Comments
 (0)