Skip to content

Commit

Permalink
fix(action-release): remove branch input
Browse files Browse the repository at this point in the history
  • Loading branch information
JoffreyPlouvier committed Apr 5, 2023
1 parent 802d34d commit c437bc7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions actions/release/semantic/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@ runs:
with:
branches: |
[
${{ inputs.branch }}
"${{ inputs.branch }}"
]
branch: ${{ inputs.branch }}
dry_run: false
extends: |
@meero/github-actions-shared-workflows
Expand Down

0 comments on commit c437bc7

Please sign in to comment.