Skip to content

Commit 749cafc

Browse files
authored
fix: version bump PR action (#148)
1 parent 69c0b0e commit 749cafc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/prepare_release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
echo "NEW_VERSION=$(npm version ${{ inputs.version }} --no-git-tag-version)" >> $GITHUB_OUTPUT
3535
- name: Create release PR
3636
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # 7.0.8
37+
id: create-pr
3738
with:
3839
title: "chore: release ${{ steps.bump-version.outputs.NEW_VERSION }}"
3940
token: ${{ steps.app-token.outputs.token }}

0 commit comments

Comments
 (0)