Skip to content

Commit

Permalink
screenshot in readme #2
Browse files Browse the repository at this point in the history
  • Loading branch information
chilikla authored Oct 7, 2024
1 parent 00de5dd commit 6c230ba
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 @@ -35,7 +35,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" README-template.md > README.md'
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Commit updated README.md

0 comments on commit 6c230ba

Please sign in to comment.