Skip to content

Commit 28a3c98

Browse files
authored
Update dotnet.yml
1 parent 96f4a6a commit 28a3c98

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 }} =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
24+
if [[ ${{ github.event.ref }} =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
2525
echo ::set-output name=match::true
2626
fi
2727

0 commit comments

Comments
 (0)