Skip to content

Commit 829a398

Browse files
authored
Update dotnet.yml
1 parent f4b7dfb commit 829a398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Check Tag
2222
id: check-tag
2323
run: |
24-
if [[ ${{ github.event.ref }} =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
24+
if [[ v${{ github.event.ref }} =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
2525
echo ::set-output name=match::true
2626
fi
2727

0 commit comments

Comments
 (0)