We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aec72e commit d7537b8Copy full SHA for d7537b8
.github/workflows/main-pr-merge-workflow.yaml
@@ -26,6 +26,7 @@ jobs:
26
path: code/base-project/image-scan
27
28
- name: Print Tag
29
+ if: steps.release_action_plan.outputs.releases_created
30
#the output of previous step comes as tag name want to print it below
31
run: echo "The tag name is ${{ steps.release_action_plan.outputs.tag_name }}"
32
0 commit comments