You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-d "{\"title\":\"chore: bump version to ${{ env.NEXT_VERSION }}\",\"head\":\"${{ env.BUMP_BRANCH }}\",\"base\":\"main\",\"body\":\"Automatic version bump after release. Prepare ${{ env.NEXT_VERSION }} as next release candidate.\"}"
341
341
fi
342
342
343
343
- name: Create PR (non fast-forward)
344
344
if: steps.ff-main.outputs.fast_forward == 'false'
345
-
env:
346
-
GH_TOKEN: ${{ secrets.PAT_TOKEN }}
347
345
run: |
348
-
gh pr create \
349
-
--base main \
350
-
--head "${GITHUB_REF_NAME}" \
351
-
--title "chore: sync version ${{ needs.semantic-version.outputs.version }}" \
352
-
--body "Automatic version sync after release v${{ needs.semantic-version.outputs.version }}."
-d "{\"title\":\"chore: sync version ${{ needs.semantic-version.outputs.version }}\",\"head\":\"${GITHUB_REF_NAME}\",\"base\":\"main\",\"body\":\"Automatic version sync after release v${{ needs.semantic-version.outputs.version }}.\"}"
0 commit comments