We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed44c1c commit ad19e81Copy full SHA for ad19e81
1 file changed
.github/workflows/deploy.yaml
@@ -42,8 +42,8 @@ jobs:
42
- name: Check if latest version
43
id: get_version
44
run: |
45
- # Get raw version from release tag
46
- RAW_VERSION="${{ github.event.release.tag_name }}"
+ # Get raw version from release branch
+ RAW_VERSION="${{ github.event.workflow_run.head_branch }}"
47
echo "Raw version from tag_name is: $RAW_VERSION"
48
49
# Validate tag follows convention (starts with v or V)
0 commit comments