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 e67948d commit e031bb7Copy full SHA for e031bb7
.github/workflows/create-release-tag.yml
@@ -29,7 +29,7 @@ jobs:
29
run: pip install semver
30
31
- name: Set SPEC_VERSION env var
32
- run: echo "SPEC_VERSION::$(python utilities/scripts/calculate_version.py)" >> $GITHUB_ENV
+ run: echo "SPEC_VERSION=$(python utilities/scripts/calculate_version.py)" >> $GITHUB_ENV
33
34
- name: Create release (master only)
35
id: create-release
0 commit comments