Skip to content

Commit

Permalink
Fix tag format for release CI
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Dzikowski <jakub.t.dzikowski@gmail.com>
  • Loading branch information
dzikowski committed Jan 8, 2025
1 parent 972e4ef commit cd12669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release on tag
on:
push:
tags:
- 'v*.*.*'
- '*.*.*'

jobs:
release:
Expand Down

0 comments on commit cd12669

Please sign in to comment.