diff --git a/.github/workflows/publish-on-tag.yml b/.github/workflows/publish-on-tag.yml index 750a78e1c1..40bddeb98b 100644 --- a/.github/workflows/publish-on-tag.yml +++ b/.github/workflows/publish-on-tag.yml @@ -99,6 +99,8 @@ jobs: git commit -am "Bump version to $VERSION" git push --set-upstream origin bump-version-to-$VERSION - name: Create Pull Request + env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: gh pr create --title "Bump Version to $VERSION" --body "Bump Version to $VERSION" --label "bump-version-pr" --head "${GITHUB_REF#refs/heads/}" --base main2 - name: Push next version release uses: pascalgn/automerge-action@v0.14.3