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 955d030 commit 43b785fCopy full SHA for 43b785f
.github/workflows/build.yml
@@ -44,8 +44,8 @@ jobs:
44
run: |
45
echo "github-run-id:${{ github.run_id }}"
46
echo "github-run-number:${{ github.run_number }}"
47
- echo "is-release:${{ is-release }}"
48
- echo "is-preview:${{ is-preview }}"
+ echo "is-release:${{ startsWith(github.ref_name, 'release') }}"
+ echo "is-preview:${{ startsWith(github.ref_name, 'preview') }}"
49
50
versioning:
51
name: Versioning with GitVersion
0 commit comments