Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ShotaKitazawa committed Jan 21, 2024
1 parent bd26370 commit 458fed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-tag-when-pr-was-merged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
git config user.email "action@users.noreply.github.com"
git config user.name "GitHub Action"
git switch master
git switch -c test
: # update manifest's tag
cd manifests/base/
kustomize edit set image kanatakita/kube-portal:${{ steps.bump-semver.outputs.new_version }}
Expand Down

0 comments on commit 458fed5

Please sign in to comment.