Skip to content

Commit 893e800

Browse files
authored
Update update-packages-and-documentation.yml
1 parent f68e9fc commit 893e800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-packages-and-documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: check tag ${{ github.ref }}
1919
run: |
2020
echo "checking for release tag:"
21-
if [[ ${{ github.ref }} =~ ^refs\/tags\/v[0-9]+\.[0-9]+\.[0-9]+Test$ ]]; then
21+
if [[ ${{ github.ref }} =~ ^refs\/tags\/v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
2222
echo "Found release tag ${{ github.ref }}, generating packages and documentation."
2323
exit 0
2424
else

0 commit comments

Comments
 (0)