Skip to content

Commit ed44c1c

Browse files
Change workflow trigger branch for releases (#530)
2 parents d48fe18 + 2a3c331 commit ed44c1c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
run: |
4545
# Get raw version from release tag
4646
RAW_VERSION="${{ github.event.release.tag_name }}"
47+
echo "Raw version from tag_name is: $RAW_VERSION"
4748
4849
# Validate tag follows convention (starts with v or V)
4950
if [[ ! "$RAW_VERSION" =~ ^[vV] ]]; then

0 commit comments

Comments
 (0)