Skip to content

Commit

Permalink
Fix branch param
Browse files Browse the repository at this point in the history
  • Loading branch information
Link- committed Oct 14, 2023
1 parent a0b65a1 commit 2c4cd7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
author_email: [email protected]
message: 'Update version'
add: 'package.json'
new_branch: ${{ github.event.inputs.version }}
branch: ${{ github.event.inputs.version }}
push: false

- name: Create PR
Expand Down

0 comments on commit 2c4cd7d

Please sign in to comment.