Skip to content

Commit

Permalink
set version to 2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Jun 13, 2024
1 parent 02d69bf commit e6c2f24
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ inputs:
cli-version:
description: "Version of @starship-ci/cli to use: default: 2.3.0"
required: false
default: "2.5.2"
default: "2.5.3"
kubeconfig:
description: "Kubeconfig file for remote cluster, if set, will be used instead of creating kind cluster"
required: false
Expand Down Expand Up @@ -122,11 +122,6 @@ runs:
yarn starship --version
shell: bash

- name: Set TERM environment variable
run: |
echo "TERM=xterm" >> $GITHUB_ENV
shell: bash

- name: Setup starship helm repo
run: |
yarn starship setup \
Expand Down

0 comments on commit e6c2f24

Please sign in to comment.