Skip to content

Commit 93565e8

Browse files
committed
fix publish triggers...
1 parent c4504ca commit 93565e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/cargo-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: publish
33
on:
44
push:
55
tags:
6-
- ^v[0-9]+.[0-9]+.[0-9]+
6+
- v[0-9]+.[0-9]+.[0-9]+
77

88
env:
99
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)