Skip to content

Commit

Permalink
add 'v' for version
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Sep 25, 2024
1 parent 4ad86c7 commit ce4871b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
# make binaries which may be ahead of releases to use in CI jobs
- "ci-bins*"
tags: # run this also on release candidates
- "[0-9]+.[0-9]+.[0-9]*"
- "v[0-9]+.[0-9]+.[0-9]*"

jobs:
publish:
Expand Down

0 comments on commit ce4871b

Please sign in to comment.