We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd112b4 commit a47c07eCopy full SHA for a47c07e
.github/workflows/publish.yml
@@ -46,14 +46,6 @@ jobs:
46
mkdir -p "$GITHUB_WORKSPACE/v${{ steps.version_check.outputs.version }}/examples"
47
mv examples/*.json "$GITHUB_WORKSPACE/v${{ steps.version_check.outputs.version }}/examples"
48
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
-
57
- name: Checkout Dist Branch
58
if: steps.version_check.outputs.changed == 'true'
59
run: |
0 commit comments