We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 963796c commit b8e9defCopy full SHA for b8e9def
.github/workflows/release.yaml
@@ -2,6 +2,7 @@ on:
2
push:
3
# Pattern matched against refs/tags
4
tags: ["v[0-9]+", "v[0-9]+.[0-9]+", "v[0-9]+.[0-9]+.[0-9]+", "v[0-9]+.[0-9]+.[0-9]+.post[0-9]+", "v[0-9]+.[0-9]+.[0-9]+.dev[0-9]+",]
5
+ workflow_call:
6
7
permissions:
8
contents: read
0 commit comments