Skip to content

Commit 8997a4f

Browse files
author
unit-test
committed
Fix: Include upgrade command
1 parent 94dba8c commit 8997a4f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

action.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@ runs:
6060
echo "STK_INSTALLED=false" >> "$GITHUB_ENV"
6161
fi
6262
63-
- name: Show STK CLI version
64-
shell: bash
65-
run: stk --version
66-
6763
- name: Login StackSpot
6864
shell: bash
6965
env:
@@ -73,6 +69,14 @@ runs:
7369
run: |
7470
stk login --client-id $CLIENT_ID --client-key $CLIENT_KEY --realm $REALM
7571
72+
- name: Upgrade CLI
73+
shell: bash
74+
run: stk upgrade
75+
76+
- name: Show STK CLI version
77+
shell: bash
78+
run: stk --version
79+
7680
- name: Run Command
7781
shell: bash
7882
run: |

0 commit comments

Comments
 (0)