Skip to content

Commit

Permalink
revert to original attempt at publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
nolancon committed May 24, 2024
1 parent e1b4c34 commit 81218ea
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release-candidate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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##*/}

0 comments on commit 81218ea

Please sign in to comment.