From 7748ed2b08ddac4d59b642c506f26594e569a26a Mon Sep 17 00:00:00 2001 From: Scott Date: Mon, 29 Jan 2024 11:30:26 -0500 Subject: [PATCH] ci: testing PR create and merge - potentially fixed PR issue2 --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fc70e58..a0aa241 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,10 @@ jobs: run: | appversion=$(echo "${{ steps.version-bump.outputs.new_tag }}" | sed 's/[v]//') sed -i -e "s/^version = .*/version = \"$appversion\"/" Cargo.toml - - uses: stefanzweifel/git-auto-commit-action@v5 + - name: auto commit + uses: stefanzweifel/git-auto-commit-action@v5 + with: + branch: feature-123 # create PR using GitHub CLI - name: create PR with update info id: create-pr