Skip to content

Commit

Permalink
workflows: release tags now start with a v
Browse files Browse the repository at this point in the history
Any tag starting with a v will be released.
  • Loading branch information
jkozol committed Feb 17, 2022
1 parent 94a257e commit 04030c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
tags:
# this is a glob, not a regexp
- '[0-9]*'
- 'v*'
jobs:
cockpituous:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 04030c4

Please sign in to comment.