Skip to content

Commit

Permalink
Update auto-release.yml
Browse files Browse the repository at this point in the history
Apparently I'm not allowed to have a leading 'v' in my tags or some downstream thing freaks out
  • Loading branch information
deplinenoise authored Aug 4, 2024
1 parent 3bb6133 commit 2be46c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "tagged-release"
on:
push:
tags:
- "v*"
- "*"

jobs:
tagged-release:
Expand Down

0 comments on commit 2be46c4

Please sign in to comment.