Skip to content

Commit 9203be5

Browse files
committed
fix(release-jobs): fix wrong syntax
1 parent ec7c9fc commit 9203be5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/publish-cdn.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
description: 'Relase tag: i.e (2.3.0)'
99
type: string
1010
default: '2.x.x'
11-
1211
concurrency:
1312
group: ${{ github.workflow }}-${{ github.ref }}
1413
cancel-in-progress: true
@@ -36,7 +35,7 @@ jobs:
3635
with:
3736
args: --acl public-read --follow-symlinks
3837
env:
39-
AWS_S3_BUCKET: ${{ COS_BUCKET_COMMON }}
38+
AWS_S3_BUCKET: ${{ secrets.COS_BUCKET_COMMON }}
4039
AWS_ACCESS_KEY_ID: ${{ secrets.COS_ACCESS_KEY_ID }}
4140
AWS_SECRET_ACCESS_KEY: ${{ secrets.COS_SECRET_ACCESS_KEY }}
4241
AWS_REGION: ${{ secrets.COS_REGION }}

0 commit comments

Comments
 (0)