Skip to content

Commit

Permalink
chore: Set installer version to v0.8.4 (#38)
Browse files Browse the repository at this point in the history
* chore: Set installer version to latest

* Set it to v0.8.4
  • Loading branch information
gmpinder authored Apr 23, 2024
1 parent 58ffbcc commit 24488d9
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 @@ -70,7 +70,7 @@ runs:
shell: bash
env:
# Uses GitHubs ternary syntax to set cli version, see https://docs.github.com/en/actions/learn-github-actions/expressions#example
CLI_VERSION_TAG: ${{ inputs.use_unstable_cli == 'true' && 'main' || 'v0.8.3' }}
CLI_VERSION_TAG: ${{ inputs.use_unstable_cli == 'true' && 'main' || 'v0.8.4' }}
run: |
docker run \
--detach \
Expand Down

0 comments on commit 24488d9

Please sign in to comment.