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 }}