Skip to content

Commit

Permalink
Release 0.1.14 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Dorosh authored Feb 4, 2022
1 parent 535321e commit afbc6f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
with: # All of theses inputs are optional
tag_name: "v%s"
tag_message: "v%s"
# !! NOTE: For this action to work, the last commit MUST match this pattern!
# since we squash commits, this means the PR name MUST match this pattern
# for an example, see https://github.com/solo-io/proxy-runtime/pull/50
commit_pattern: "^Release (\\S+)"
env: # More info about the environment variables in the README
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Leave this as is, it's automatically generated
Expand Down

0 comments on commit afbc6f3

Please sign in to comment.