Skip to content
This repository was archived by the owner on Apr 10, 2026. It is now read-only.

Commit e6af06b

Browse files
Run release workflow on any tag (#705)
Examples out in the wild seem to follow this pattern. Since we are marking releases as drafts anyway, this shouldn't do anything bad.
1 parent 2707a9d commit e6af06b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

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-
- 'v[0-9]+.[0-9]+.[0-9]+' # Push to tags that look like a semantic version
6+
- '*' # Run release on any tag. Will be marked as draft by default anyway.
77

88
jobs:
99
goreleaser:

0 commit comments

Comments
 (0)