Skip to content

Commit

Permalink
Release 2.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewoestreich committed Dec 21, 2020
1 parent a1d47ce commit 0dd9a6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
with:
tag_name: "v%s" # the name pattern of the new tag
# tag_message: "v%s" # the message pattern of the new tag
create_tag: "true" # whether to create a git tag or not (defaults to "true")
# create_tag: "true" # whether to create a git tag or not (defaults to "true")
commit_pattern: "^Release (\\S+)" # pattern that the commit message needs to follow
# workspace: "." # custom workspace directory that contains the package.json file
publish_command: "npm run build" # custom publish command (defaults to yarn)
workspace: "." # custom workspace directory that contains the package.json file
publish_command: "npm install && npm run build" # custom publish command (defaults to yarn)
# publish_args: "--non-interactive" # publish command arguments (for example --prod --verbose, defaults to empty)

env:
Expand Down

0 comments on commit 0dd9a6a

Please sign in to comment.