Skip to content

Commit d7537b8

Browse files
committed
chore: fix the condition
1 parent 9aec72e commit d7537b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main-pr-merge-workflow.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
path: code/base-project/image-scan
2727

2828
- name: Print Tag
29+
if: steps.release_action_plan.outputs.releases_created
2930
#the output of previous step comes as tag name want to print it below
3031
run: echo "The tag name is ${{ steps.release_action_plan.outputs.tag_name }}"
3132

0 commit comments

Comments
 (0)