Skip to content

Commit

Permalink
remove unused gha-find-replace
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak committed Mar 27, 2024
1 parent fd112b4 commit 956960e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,6 @@ jobs:
mkdir -p "$GITHUB_WORKSPACE/v${{ steps.version_check.outputs.version }}/examples"
mv examples/*.json "$GITHUB_WORKSPACE/v${{ steps.version_check.outputs.version }}/examples"
- name: Find and Replace @next with VERSION in /examples
uses: jacobtomlinson/gha-find-replace@v3
with:
find: "@next"
replace: "v${{ steps.version_check.outputs.version }}"
include: "$GITHUB_WORKSPACE/v${{ steps.version_check.outputs.version }}/examples"
regex: false

- name: Checkout Dist Branch
if: steps.version_check.outputs.changed == 'true'
run: |
Expand Down

0 comments on commit 956960e

Please sign in to comment.