We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c0b0e commit 749cafcCopy full SHA for 749cafc
.github/workflows/prepare_release.yaml
@@ -34,6 +34,7 @@ jobs:
34
echo "NEW_VERSION=$(npm version ${{ inputs.version }} --no-git-tag-version)" >> $GITHUB_OUTPUT
35
- name: Create release PR
36
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # 7.0.8
37
+ id: create-pr
38
with:
39
title: "chore: release ${{ steps.bump-version.outputs.NEW_VERSION }}"
40
token: ${{ steps.app-token.outputs.token }}
0 commit comments