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.
1 parent 96f4a6a commit 28a3c98Copy full SHA for 28a3c98
.github/workflows/dotnet.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Check Tag
22
id: check-tag
23
run: |
24
- if [[ ${{ github.event.ref }} =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
+ if [[ ${{ github.event.ref }} =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
25
echo ::set-output name=match::true
26
fi
27
0 commit comments