Skip to content

Commit

Permalink
🔧 chore(npm-publish-packages.yml): comment out commit_pattern to disa…
Browse files Browse the repository at this point in the history
…ble automatic tag creation based on commit message
  • Loading branch information
alisaitteke committed Dec 21, 2023
1 parent 9d5753f commit 357cbc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
tag_name: "v%s"
tag_message: "v%s"
create_tag: "true"
commit_pattern: "^Release (\\S+)"
# commit_pattern: "^Release (\\S+)"
workspace: "."
publish_command: "yarn"
publish_args: "--non-interactive"
Expand Down

0 comments on commit 357cbc3

Please sign in to comment.