From 81218eaea3c27efd94c5fa6c44c2e1ee158cc08d Mon Sep 17 00:00:00 2001 From: nolancon Date: Fri, 24 May 2024 15:18:40 +0000 Subject: [PATCH] revert to original attempt at publish step --- .github/workflows/release-candidate-pr.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/release-candidate-pr.yml b/.github/workflows/release-candidate-pr.yml index 9df0f726..b8797667 100644 --- a/.github/workflows/release-candidate-pr.yml +++ b/.github/workflows/release-candidate-pr.yml @@ -116,11 +116,6 @@ jobs: name: output path: _output/** - - name: Create a new branch - # publish only works on branches main, master and release- - run: | - git checkout -b release-$VERSION - - name: Publish Artifacts if: env.UPBOUND_MARKETPLACE_PUSH_ROBOT_USR != '' - run: make publish BRANCH_NAME=release-$VERSION + run: make publish BRANCH_NAME=${GITHUB_REF##*/}