Skip to content

Commit 2074ddc

Browse files
author
Petr Sramek
committed
renamed env vars
1 parent 125c368 commit 2074ddc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ concurrency:
2626
cancel-in-progress: false
2727

2828
env:
29-
is_release: ${{ startsWith(github.ref_name, 'release') || startsWith(github.ref_name, 'preview') }}
30-
is_preview: ${{ startsWith(github.ref_name, 'preview') }}
29+
is-release: ${{ startsWith(github.ref_name, 'release') || startsWith(github.ref_name, 'preview') }}
30+
is-preview: ${{ startsWith(github.ref_name, 'preview') }}
3131
dotnet-sdk-version: '9.x'
3232
build-configuration: 'Release'
3333
build-platform: 'Any CPU'

0 commit comments

Comments
 (0)