Skip to content

Commit 2d567c4

Browse files
author
Petr Sramek
committed
fix
1 parent fd52678 commit 2d567c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ concurrency:
1919
cancel-in-progress: false
2020

2121
env:
22+
is-release: ${{ startsWith(github.ref_name, 'release') || startsWith(github.ref_name, 'preview') }}
2223
dotnet-sdk-version: '9.x'
2324
build-configuration: 'Release'
2425
build-platform: 'Any CPU'

0 commit comments

Comments
 (0)