Skip to content

Commit

Permalink
Fix sed command in build-release.yml to use CORE_VERSION environment …
Browse files Browse the repository at this point in the history
…variable
  • Loading branch information
b3hr4d committed Apr 22, 2024
1 parent d843ab9 commit d3f7b11
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 @@ -68,7 +68,7 @@ jobs:
- name: Update README.md
run: |
sed -i '' "s/releases\/download\/.*\/ic-reactor-core.min.js/releases\/download\/v${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 d3f7b11

Please sign in to comment.