Skip to content

Commit 9cfd32c

Browse files
committed
Fixed Bundle tag
1 parent ed30fc9 commit 9cfd32c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/base_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
- name: Build and Push Bundle
169169
run: make bundle bundle-build bundle-push
170170
env:
171-
PR_TAG: -${{ steps.generate_tag_for_catalog.outputs.GIT_TAG }}
171+
PR_TAG: -${{ steps.generate_tag.outputs.GIT_TAG }}
172172

173173
- name: Comment on PR
174174
uses: mshick/add-pr-comment@v2

0 commit comments

Comments
 (0)