We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5c1d49 commit a14b9c5Copy full SHA for a14b9c5
.github/workflows/release.yml
@@ -2,8 +2,8 @@ name: Release
2
3
on:
4
push:
5
- tags:
6
- - 'v[0-9]+.[0-9]+.[0-9]+'
+ # tags:
+ # - 'v[0-9]+.[0-9]+.[0-9]+'
7
8
env:
9
CARGO_TERM_COLOR: always
0 commit comments