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 b7521b9 commit 955d030Copy full SHA for 955d030
.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:${{ github.run_id }}"
48
- echo "is-preview:${{ github.run_number }}"
+ echo "is-release:${{ is-release }}"
+ echo "is-preview:${{ is-preview }}"
49
50
versioning:
51
name: Versioning with GitVersion
0 commit comments