Skip to content

Commit

Permalink
chore: fix release (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
nakamasato authored Mar 27, 2023
1 parent a294cf0 commit e4bd627
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
ref: 'main'

- name: Update kustomization
run: IMG=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${GITHUB_REF:10} make release
Expand Down

0 comments on commit e4bd627

Please sign in to comment.