We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d48fe18 + 2a3c331 commit ed44c1cCopy full SHA for ed44c1c
1 file changed
.github/workflows/deploy.yaml
@@ -44,6 +44,7 @@ jobs:
44
run: |
45
# Get raw version from release tag
46
RAW_VERSION="${{ github.event.release.tag_name }}"
47
+ echo "Raw version from tag_name is: $RAW_VERSION"
48
49
# Validate tag follows convention (starts with v or V)
50
if [[ ! "$RAW_VERSION" =~ ^[vV] ]]; then
0 commit comments