From a1fcdddc70a698a12cfdc8b38815671105ae2d6b Mon Sep 17 00:00:00 2001 From: Benjamin Kampmann Date: Thu, 29 Aug 2024 11:07:50 +0100 Subject: [PATCH] [CI] release publishing cli command fix --- .github/workflows/deploy-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-release.yml b/.github/workflows/deploy-release.yml index 992c2ad280c6..a366e7e186dc 100644 --- a/.github/workflows/deploy-release.yml +++ b/.github/workflows/deploy-release.yml @@ -392,7 +392,7 @@ jobs: - name: Tag for release run: | echo "Add release ${{ needs.tags.outputs.tag }}" - git co ci/release-${{ needs.tags.outputs.tag }} + git checkout -b ci/release-${{ needs.tags.outputs.tag }} git commit -m "Releasing ${{ needs.tags.outputs.tag }}" git tag ${{ needs.tags.outputs.tag }} git push origin ci/release-${{ needs.tags.outputs.tag }} ${{ needs.tags.outputs.tag }}