Skip to content

Commit f3ff960

Browse files
committed
e2e: fix release command.
1 parent 9a54e6f commit f3ff960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ jobs:
5757
- name: Release cluster
5858
if: always()
5959
run: |
60-
cat /tmp/cluster_id.txt | xargs -I % nsc cluster release %
60+
cat /tmp/cluster_id.txt | xargs -I % nsc cluster internal release %

0 commit comments

Comments
 (0)