We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b2295 commit 6c5a5f6Copy full SHA for 6c5a5f6
.github/workflows/release.yml
@@ -37,7 +37,8 @@ jobs:
37
GITHUB_TOKEN: ${{ github.token }}
38
39
# update version in package.yaml, so the --version option works correctly
40
- - run: |
+ - if: ${{ steps.release.outputs.new_release_published == 'true' }}
41
+ run: |
42
new_version=$EPOCH.$MAJOR.$MINOR.$PATCH
43
yq -i ".version = \"$new_version\"" package.yaml
44
env:
0 commit comments