Skip to content

Commit

Permalink
Use release for semver only
Browse files Browse the repository at this point in the history
  • Loading branch information
sashayakovtseva committed Nov 30, 2023
1 parent 4e60af0 commit d6bb79c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "Release"
on: # yamllint disable-line rule:truthy
push:
tags:
- "*"
- "v*[0-9].*[0-9].*[0-9]*(-rc*(.*[0-9]))"
permissions:
contents: "write"
packages: "write"
Expand Down

0 comments on commit d6bb79c

Please sign in to comment.