Skip to content

Commit 43b785f

Browse files
committed
fixes
1 parent 955d030 commit 43b785f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
run: |
4545
echo "github-run-id:${{ github.run_id }}"
4646
echo "github-run-number:${{ github.run_number }}"
47-
echo "is-release:${{ is-release }}"
48-
echo "is-preview:${{ is-preview }}"
47+
echo "is-release:${{ startsWith(github.ref_name, 'release') }}"
48+
echo "is-preview:${{ startsWith(github.ref_name, 'preview') }}"
4949
5050
versioning:
5151
name: Versioning with GitVersion

0 commit comments

Comments
 (0)