Skip to content

Commit

Permalink
fix: Melos version should use --yes
Browse files Browse the repository at this point in the history
  • Loading branch information
spydon committed Nov 9, 2023
1 parent 85a2d90 commit 511e139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ runs:
shell: bash
- name: Run melos version
if: ${{ inputs.publish == 'true' }}
run: melos version
run: melos version --yes
shell: bash
- name: Run melos publish -y --dry-run
if: ${{ inputs.publish-dry-run == 'true' }}
Expand Down

0 comments on commit 511e139

Please sign in to comment.