Skip to content

Commit 00d4182

Browse files
committed
[github post-release] also publish to stable S3 bucket
1 parent 2de18c7 commit 00d4182

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ jobs:
2525
tmp_file=$(mktemp)
2626
echo "${{ github.ref_name }}" > $tmp_file
2727
aws s3 cp $tmp_file s3://releases.jetpack.io/devbox/latest/version
28+
aws s3 cp $tmp_file s3://releases.jetpack.io/devbox/stable/version

0 commit comments

Comments
 (0)