We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f68e9fc commit 893e800Copy full SHA for 893e800
.github/workflows/update-packages-and-documentation.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: check tag ${{ github.ref }}
19
run: |
20
echo "checking for release tag:"
21
- if [[ ${{ github.ref }} =~ ^refs\/tags\/v[0-9]+\.[0-9]+\.[0-9]+Test$ ]]; then
+ if [[ ${{ github.ref }} =~ ^refs\/tags\/v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
22
echo "Found release tag ${{ github.ref }}, generating packages and documentation."
23
exit 0
24
else
0 commit comments