Skip to content

Commit

Permalink
to: test echo+bash
Browse files Browse the repository at this point in the history
  • Loading branch information
fishros committed Apr 2, 2024
1 parent 239190e commit 0078238
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ jobs:

- name: Update release notes
run: |
/bin/bash -c "sed -i 's/DOCKER-TAG/$GITHUB_REF_NAME/g' ./release-notes.md"
echo "sed -i 's/DOCKER-TAG/$GITHUB_REF_NAME/g' ./release-notes.md" > change_tag.sh
/bin/bash change_tag.sh
- name: Create Release and Upload Release Asset
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 0078238

Please sign in to comment.