Skip to content

Commit f1a38b1

Browse files
authored
cli-post-release.yml: freeze latest channel (#988)
This is so that users who are on the old launcher (pre version `0.2.0`) do not get auto-updated. Stop updating latest channel, only stable gets updated. ## Summary ## How was it tested? Signed-off-by: savil <[email protected]>
1 parent 3cd4dbf commit f1a38b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/cli-post-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,4 @@ jobs:
2424
run: |
2525
tmp_file=$(mktemp)
2626
echo "${{ github.ref_name }}" > $tmp_file
27-
aws s3 cp $tmp_file s3://releases.jetpack.io/devbox/latest/version
2827
aws s3 cp $tmp_file s3://releases.jetpack.io/devbox/stable/version

0 commit comments

Comments
 (0)