Skip to content

Commit 39ff74e

Browse files
committed
Simple fix for release tag pipeline
1 parent e67948d commit 39ff74e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: pip install semver
3030

3131
- name: Set SPEC_VERSION env var
32-
run: echo "SPEC_VERSION::$(python utilities/scripts/calculate_version.py)" >> $GITHUB_ENV
32+
run: echo "SPEC_VERSION=$(python utilities/scripts/calculate_version.py)" >> $GITHUB_ENV
3333

3434
- name: Create release (master only)
3535
id: create-release

0 commit comments

Comments
 (0)