diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 60e066d..73278fb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -48,7 +48,7 @@ jobs: run: npm publish - name: Create PR - uses: peter-evans/create-pull-request@v4.2.3 + uses: peter-evans/create-pull-request@v4.2.4 with: commit-message: Updated repository to ${{ steps.publish.outputs.version }} title: Bump version to ${{ steps.publish.outputs.version }}