Skip to content

Commit

Permalink
fix: Don't quote the version
Browse files Browse the repository at this point in the history
  • Loading branch information
spydon committed Nov 9, 2023
1 parent 637df20 commit 818724f
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 @@ -20,7 +20,7 @@ runs:
using: composite
steps:
- name: Activate melos
run: dart pub global activate melos "${{ inputs.melos-version }}"
run: dart pub global activate melos ${{ inputs.melos-version }}
shell: bash
- name: Run melos bootstrap
if: ${{ inputs.run-bootstrap == 'true' }}
Expand Down

0 comments on commit 818724f

Please sign in to comment.