Skip to content

Commit dfaedb1

Browse files
authored
Merge pull request #19 from alasconnect/fix-giraffe-pipeline
Fix Giraffe Pipeline
2 parents d73d3a4 + b81aa4c commit dfaedb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/giraffe-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
git branch --remote --contains | grep origin/main
1818
1919
- name: Set VERSION variable from tag
20-
run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
20+
run: echo "VERSION=${GITHUB_REF/refs\/tags\/giraffe-v/}" >> $GITHUB_ENV
2121

2222
- name: Setup .NET
2323
uses: actions/setup-dotnet@v1

0 commit comments

Comments
 (0)