Skip to content

Commit

Permalink
Relax tag format requirements to trigger release build
Browse files Browse the repository at this point in the history
  • Loading branch information
stariy95 committed Oct 15, 2024
1 parent 3a9ad5a commit ba0d6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 'prepare release'
on:
push:
tags:
- '[0-9]+.[0-9]+.?[ab]?[0-9]+'
- '[0-9]+.[0-9]+*'
permissions:
# allow a write access to GitHub Releases
contents: write
Expand Down

0 comments on commit ba0d6c2

Please sign in to comment.