Skip to content

Commit

Permalink
Merge pull request #64 from hasheddan/no-contrib-gate
Browse files Browse the repository at this point in the history
Only gate publish on xpkg
  • Loading branch information
hasheddan committed Oct 12, 2022
2 parents be2a1f0 + 2854ca1 commit be767cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ jobs:

- name: Publish Artifacts to Upbound
run: make -j2 publish BRANCH_NAME=${GITHUB_REF##*/}
if: env.CONTRIB_DOCKER_USR != ''
if: env.XPKG_ACCESS_ID != ''
env:
GIT_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}


0 comments on commit be767cf

Please sign in to comment.