Skip to content

Commit

Permalink
Revert changes to pr-preview-plugin-zip on replacing the 0.0.0-placeh…
Browse files Browse the repository at this point in the history
…older version (#132)
  • Loading branch information
candy02058912 authored Sep 6, 2024
1 parent f03c217 commit e238c36
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/publish-latest-plugin-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,6 @@ jobs:
with:
node-version: "20"

- name: Get latest tag
id: get_tag
uses: actions-ecosystem/action-get-latest-tag@v1
with:
semver_only: true
initial_version: 0.0.0

- name: Update version to latest trunk commit
run: |
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' {}
- name: Install dependencies
run: npm ci

Expand Down

0 comments on commit e238c36

Please sign in to comment.