Skip to content

Commit 949634f

Browse files
authored
fix: release drafter should use correct image tag (#63)
1 parent d11822f commit 949634f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-drafter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
make kustomize
3535
- name: generate release artifacts
3636
env:
37-
IMG_TAG: ${{ github.ref_name }}
37+
IMG_TAG: ${{ steps.draft_release.outputs.tag_name }}
3838
RELEASE_DIR: .release
3939
run: |
4040
make release-manifests

0 commit comments

Comments
 (0)