Skip to content

Commit 3adc765

Browse files
committed
please work
1 parent 4e9f142 commit 3adc765

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet_build_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
env:
99
VERSION: ${{ github.ref_name }}
10-
VERSION_NUMBER: ${{ github.ref_name != null && startsWith(github.ref_name, 'v') && github.ref_name[1:] || github.ref_name }}
10+
VERSION_NUMBER: ${{ github.ref_name && github.ref_name.startsWith('v') && replace(github.ref_name, 'v', '') || github.ref_name }}
1111

1212

1313
jobs:

0 commit comments

Comments
 (0)