Skip to content

Commit e97cd66

Browse files
committed
tweak ci/cd for tag prefix of vVERSION
1 parent 447fbe4 commit e97cd66

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
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
dotnet-version: '7.0.x'
2626
- name: Verify tag is correct and fail if it doesn't match the version in project
27-
run: grep -q "${GITHUB_REF_NAME}" Sailthru/Sailthru.csproj
27+
run: grep -q "${GITHUB_REF_NAME#?}" Sailthru/Sailthru.csproj
2828
- name: Restore dependencies
2929
run: dotnet restore
3030
- name: Build

0 commit comments

Comments
 (0)