Skip to content

Commit e238c36

Browse files
Revert changes to pr-preview-plugin-zip on replacing the 0.0.0-placeholder version (#132)
1 parent f03c217 commit e238c36

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

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

-11
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,6 @@ jobs:
1818
with:
1919
node-version: "20"
2020

21-
- name: Get latest tag
22-
id: get_tag
23-
uses: actions-ecosystem/action-get-latest-tag@v1
24-
with:
25-
semver_only: true
26-
initial_version: 0.0.0
27-
28-
- name: Update version to latest trunk commit
29-
run: |
30-
grep -rl "0.0.0-placeholder" . | grep -v "\.git" | xargs -I {} sed -i 's/0.0.0-placeholder/${{ steps.get_tag.outputs.tag }}-dev-${{ github.sha }}/g' {}
31-
3221
- name: Install dependencies
3322
run: npm ci
3423

0 commit comments

Comments
 (0)