Skip to content

Commit

Permalink
screenshot in readme #4
Browse files Browse the repository at this point in the history
  • Loading branch information
chilikla authored Oct 7, 2024
1 parent 2b81f8b commit ecf304f
Show file tree
Hide file tree
Showing 2 changed files 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" 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@v5
with:
commit_message: Commit updated README.md
File renamed without changes.

0 comments on commit ecf304f

Please sign in to comment.