Skip to content

Commit

Permalink
fix(prerelease-msvc): passes extra-plugins through to semantic release
Browse files Browse the repository at this point in the history
This passes the extra-plugins input through to the semantic-release step.
  • Loading branch information
greenkiwi authored and tagoro9 committed Dec 21, 2023
1 parent f3f0131 commit 72bd1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prerelease-msvc/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ runs:
dry-run: ${{ inputs.create-prerelease == 'false' }}
extra-plugins: ${{ inputs.extra-plugins }}
override-github-ref-name: ${{ steps.source-vars.outputs.branch }}
override-github-sha: ${{ steps.source-vars.outputs.sha }}
override-github-sha: ${{ steps.source-vars.outputs.sha }}

- id: vars
if: steps.check-pr.outputs.has_prerelease_label == 'true'
Expand Down

0 comments on commit 72bd1de

Please sign in to comment.