Skip to content

Commit d41a5b6

Browse files
committed
Fixed an issue in ci.yml
1 parent fd6687b commit d41a5b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
deploy:
3838
runs-on: ubuntu-latest
3939
needs: build
40-
if: startsWith(github.ref, 'refs/tags/') && matches(github.ref, '^refs/tags/[0-9].*')
40+
if: startsWith(github.ref, 'refs/tags/') && contains('0123456789', github.ref[10])
4141
container:
4242
image: python:3.9
4343

0 commit comments

Comments
 (0)