From 578c2482191a64799607dc3b9f588e31927cb34b Mon Sep 17 00:00:00 2001 From: Kazik Pogoda Date: Sun, 15 Dec 2024 13:36:06 +0100 Subject: [PATCH] Build script naming changes --- .github/scripts/update-readme-version.sh | 2 +- .github/workflows/build-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/scripts/update-readme-version.sh b/.github/scripts/update-readme-version.sh index 864e525..fcfdc8b 100755 --- a/.github/scripts/update-readme-version.sh +++ b/.github/scripts/update-readme-version.sh @@ -71,4 +71,4 @@ fi # Move the temporary file back to the original mv README.md.tmp README.md -echo "Successfully updated version to $VERSION in README.md" \ No newline at end of file +echo "Successfully updated version to $VERSION in README.md" diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 2ca6ae2..099fd58 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -51,7 +51,7 @@ jobs: - name: Update README run: sh .github/scripts/update-readme-version.sh - - name: Create Pull Request + - name: Commit README uses: stefanzweifel/git-auto-commit-action@v5.0.1 with: commit_message: Dependency version in README.md updated to ${{ env.VERSION }}