Skip to content

Commit

Permalink
fix!: change default-branch name to target-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jevgenijsblaus committed Dec 4, 2023
1 parent 40554af commit 4e49afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
token: ${{ secrets.token }}
release-type: node
package-name: ${{ inputs.package-name }}
default-branch: ${{ inputs.branch }}
target-branch: ${{ inputs.branch }}
changelog-types: |
[
{ "type": "feat", "section": "Features", "hidden": false },
Expand Down

0 comments on commit 4e49afd

Please sign in to comment.