From 47c6c38e53cc047b4d29181a775968ed9074e3b1 Mon Sep 17 00:00:00 2001 From: Kazik Pogoda Date: Sun, 15 Dec 2024 13:35:27 +0100 Subject: [PATCH] Add: automatic version update in README after release + automatic API dependencies --- .github/workflows/build-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index da7d96e..2063d25 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -53,7 +53,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 }}