We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 535321e commit afbc6f3Copy full SHA for afbc6f3
.github/workflows/npm-publish.yml
@@ -19,6 +19,9 @@ jobs:
19
with: # All of theses inputs are optional
20
tag_name: "v%s"
21
tag_message: "v%s"
22
+ # !! NOTE: For this action to work, the last commit MUST match this pattern!
23
+ # since we squash commits, this means the PR name MUST match this pattern
24
+ # for an example, see https://github.com/solo-io/proxy-runtime/pull/50
25
commit_pattern: "^Release (\\S+)"
26
env: # More info about the environment variables in the README
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Leave this as is, it's automatically generated
0 commit comments