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.
2 parents d73d3a4 + b81aa4c commit dfaedb1Copy full SHA for dfaedb1
.github/workflows/giraffe-release.yml
@@ -17,7 +17,7 @@ jobs:
17
git branch --remote --contains | grep origin/main
18
19
- name: Set VERSION variable from tag
20
- run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
+ run: echo "VERSION=${GITHUB_REF/refs\/tags\/giraffe-v/}" >> $GITHUB_ENV
21
22
- name: Setup .NET
23
uses: actions/setup-dotnet@v1
0 commit comments