diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2c90aa8..9e83a38 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,7 +20,7 @@ jobs: with: tag_name: "v%s" tag_message: "v%s" - commit_pattern: "^release(termivolt): (\\S+)" + commit_pattern: "^release: Termivolt v(\\S+)" workspace: "./packages/termivolt" publish_command: "yarn" publish_args: "--non-interactive"