Skip to content

Commit

Permalink
Update sed command in build-release.yml to use CORE_VERSION environme…
Browse files Browse the repository at this point in the history
…nt variable
  • Loading branch information
b3hr4d committed Apr 22, 2024
1 parent fc560d3 commit 8a357ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Update README.md
run: |
sed -i "s/releases\/download\/.*\/ic-reactor-core.min.js/releases\/download\/v${{ env.CORE_VERSION }}\/ic-reactor-core.min.js/" ./packages/core/README.md
sed -i '' "s/releases\/download\/.*\/ic-reactor-core.min.js/releases\/download\/v${CORE_VERSION}\/ic-reactor-core.min.js/" ./packages/core/README.md
- name: Add & Commit
uses: EndBug/add-and-commit@v9
Expand Down

0 comments on commit 8a357ae

Please sign in to comment.