We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9360dd8 commit 7401aa9Copy full SHA for 7401aa9
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
with:
12
fetch-depth: 0
13
- name: Set VERSION
14
- run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
+ run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
15
- name: Build
16
run: dotnet build --configuration Release /p:Version=${VERSION}
17
#- name: Test
0 commit comments