Skip to content

Commit e4cce1e

Browse files
committed
chore(github): run release workflow on all tags
we're debugging why it's not being triggered automatically
1 parent 1ea2f38 commit e4cce1e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: Release
22

33
on:
44
push:
5-
tags:
6-
- "v[0-9]+.[0-9]+.[0-9]+"
5+
tags: ["*"]
76
workflow_dispatch:
87
inputs:
98
tag:

0 commit comments

Comments
 (0)