We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c232aef commit 624563cCopy full SHA for 624563c
.github/workflows/main.yml
@@ -72,6 +72,8 @@ jobs:
72
fi
73
done <<< "${{ steps.meta.outputs.tags }}"
74
75
+ echo "Start Tags = $TAGS"
76
+
77
echo "version = ${{ github.event.inputs.version }}"
78
79
if [[ ! -z "${{ github.event.inputs.version }}" ]]; then
0 commit comments