We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fcd398 commit 5a8e8c4Copy full SHA for 5a8e8c4
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Check prerelease
24
id: check_version
25
run: |
26
- if [[ "${{ github.ref }}" =~ ^[0-9.]+$ ]]; then
+ if [[ "${{ github.ref }}" =~ ^refs/tags/[0-9.]+$ ]]; then
27
echo "PRERELEASE=false" >> $GITHUB_OUTPUT
28
else
29
echo "PRERELEASE=true" >> $GITHUB_OUTPUT
0 commit comments