Skip to content

Commit

Permalink
github action with python #7
Browse files Browse the repository at this point in the history
  • Loading branch information
chilikla committed Sep 9, 2022
1 parent d79ec46 commit 7668cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
name: Release ${{ steps.tag_version.outputs.new_tag }}
body: ${{ steps.tag_version.outputs.changelog }}
- name: update README.md
run: sed "s/#-#-#VERSION#-#-#.*/### :hammer_and_wrench: Version: ${{ steps.tag_version.outputs.new_tag }}/g" src/README-template.md > README.md
run: 'sed "s/#-#-#VERSION#-#-#.*/### :hammer_and_wrench: Version: ${{ steps.tag_version.outputs.new_tag }}/g" src/README-template.md > README.md'
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Commit updated README.md

0 comments on commit 7668cbf

Please sign in to comment.