Skip to content

Commit

Permalink
Revert "workflows: release tags now start with a v"
Browse files Browse the repository at this point in the history
This reverts commit 04030c4.
  • Loading branch information
jkozol committed Feb 24, 2022
1 parent a1c8c9d commit 511cd3c
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
- 'v*'
- '[0-9]*'
jobs:
cockpituous:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 511cd3c

Please sign in to comment.