Skip to content

Commit

Permalink
cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjduffy committed Apr 22, 2024
1 parent c34fb8f commit e46cb95
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 @@ -28,7 +28,7 @@ runs:
using: composite
steps:
- name: "Install Replay CLI"
run: npm i --silent --prefix $GITHUB_ACTION_PATH @replayio/replay@${{ inputs.cli-version }}
run: npm i --silent --prefix $GITHUB_ACTION_PATH @replayio/replay@$0.21.4
shell: sh
- name: "Upload Recordings"
id: "upload-recordings"
Expand Down

0 comments on commit e46cb95

Please sign in to comment.