From ecf304f65fa84e3f7701bd8ca3c093ff5f62982a Mon Sep 17 00:00:00 2001 From: chilikla Date: Tue, 8 Oct 2024 01:05:12 +0300 Subject: [PATCH] screenshot in readme #4 --- .github/workflows/build.yml | 2 +- README-template.md => src/card/README-template.md | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename README-template.md => src/card/README-template.md (100%) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index be89d3c..368ce0a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/README-template.md b/src/card/README-template.md similarity index 100% rename from README-template.md rename to src/card/README-template.md