Skip to content

Commit

Permalink
fix(action-release): branch input
Browse files Browse the repository at this point in the history
  • Loading branch information
JoffreyPlouvier committed Apr 5, 2023
1 parent 3e3e933 commit 721e952
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions actions/release/semantic/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,7 @@ runs:
NPM_TOKEN: ${{ inputs.npm-token }}
with:
branches: |
[
"${{ inputs.branch }}",
${{ inputs.branch }},
'master'
]
["${{ inputs.branch }}"]
branch: 'oldconf'
dry_run: false
extends: |
Expand Down

0 comments on commit 721e952

Please sign in to comment.