Skip to content

Commit 7401aa9

Browse files
committed
Fix tag extraction
1 parent 9360dd8 commit 7401aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
fetch-depth: 0
1313
- name: Set VERSION
14-
run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
14+
run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
1515
- name: Build
1616
run: dotnet build --configuration Release /p:Version=${VERSION}
1717
#- name: Test

0 commit comments

Comments
 (0)