From f11b583f2ea6f1a34675f8b0c6f2aec888dc4abd Mon Sep 17 00:00:00 2001 From: Alexander Harding Date: Mon, 11 Nov 2024 18:20:06 -0600 Subject: [PATCH] fr --- .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 d912a841a4..a82ee334bb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,8 +65,7 @@ jobs: git_user_signingkey: true git_commit_gpgsign: true - - uses: actions/checkout@v4 - name: Commit and push release + - name: Commit and push release run: | git checkout -b $RELEASE_BRANCH_PREFIX/${{ needs.validate_version.outputs.version }} git config --global user.email "voyager.ci.noreply@harding.dev"