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 5fa07a2 commit f684a71Copy full SHA for f684a71
.github/workflows/LuaWatcom.yml
@@ -93,7 +93,7 @@ jobs:
93
name: Draft Release
94
needs: Watcom
95
runs-on: ubuntu-latest
96
- if: startsWith(github.ref, 'refs/tags')
+ if: startsWith(github.ref, 'refs/tags') && github.ref_name =~ '^[0-9]{4}-[0-9]{2}-[0-9]{2}$'
97
98
permissions:
99
contents: write
0 commit comments