We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94dba8c commit 8997a4fCopy full SHA for 8997a4f
action.yml
@@ -60,10 +60,6 @@ runs:
60
echo "STK_INSTALLED=false" >> "$GITHUB_ENV"
61
fi
62
63
- - name: Show STK CLI version
64
- shell: bash
65
- run: stk --version
66
-
67
- name: Login StackSpot
68
shell: bash
69
env:
@@ -73,6 +69,14 @@ runs:
73
run: |
74
70
stk login --client-id $CLIENT_ID --client-key $CLIENT_KEY --realm $REALM
75
71
72
+ - name: Upgrade CLI
+ shell: bash
+ run: stk upgrade
+
76
+ - name: Show STK CLI version
77
78
+ run: stk --version
79
80
- name: Run Command
81
82
0 commit comments