diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 35285c5..36ed152 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -31,3 +31,4 @@ jobs: with: commit_message: 'chore: Bump version to ${{ steps.get_version.outputs.VERSION }}' file_pattern: 'package.json' + branch: master