diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 2210771a..45a5ba7c 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -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: