Skip to content

Commit 0bd8b1c

Browse files
authored
fix release tag (#51)
1 parent 619f399 commit 0bd8b1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
tags:
6-
- "*.*.*"
6+
- "*"
77

88
env:
99
HATCH_INDEX_USER: __token__

0 commit comments

Comments
 (0)