From 208bdad145611dcaf6358f7addad700f30221173 Mon Sep 17 00:00:00 2001 From: Scott Date: Mon, 29 Jan 2024 22:02:44 -0500 Subject: [PATCH] ci: adding in cargo.toml version in auto git commit --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e0d2977..ae90f85 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: - name: auto commit uses: stefanzweifel/git-auto-commit-action@v5 with: - commit_message: "[skip ci] Automated Change" + commit_message: "[skip ci] update Cargo.toml to ${{ steps.version-bump.outputs.new_tag }}" branch: update-from-${{ github.sha }} # create PR using GitHub CLI - name: create PR with update info @@ -56,7 +56,6 @@ jobs: run: gh pr merge --admin --merge --subject 'Merge update info' --delete-branch env: GH_TOKEN: ${{ secrets.ADMIN_RIGHTS_TOKEN }} - - name: Create Release uses: softprops/action-gh-release@v1 with: