Skip to content

Commit a47c07e

Browse files
fix: remove unused steps in Github Action publish workflow (#141)
1 parent fd112b4 commit a47c07e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/publish.yml

-8
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,6 @@ jobs:
4646
mkdir -p "$GITHUB_WORKSPACE/v${{ steps.version_check.outputs.version }}/examples"
4747
mv examples/*.json "$GITHUB_WORKSPACE/v${{ steps.version_check.outputs.version }}/examples"
4848
49-
- name: Find and Replace @next with VERSION in /examples
50-
uses: jacobtomlinson/gha-find-replace@v3
51-
with:
52-
find: "@next"
53-
replace: "v${{ steps.version_check.outputs.version }}"
54-
include: "$GITHUB_WORKSPACE/v${{ steps.version_check.outputs.version }}/examples"
55-
regex: false
56-
5749
- name: Checkout Dist Branch
5850
if: steps.version_check.outputs.changed == 'true'
5951
run: |

0 commit comments

Comments
 (0)