Skip to content

Commit d8b503c

Browse files
author
Di Wu
authored
ci: fix typo in release workflow (#4917) version 2.33.4 release
1 parent f036076 commit d8b503c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ jobs:
241241
242242
- name: Invalidate cloudfront
243243
env:
244-
XCF_RELEASE_DISTRIBUTION_ID: $${{ secrets.XCF_RELEASE_DISTRIBUTION_ID }}
244+
XCF_RELEASE_DISTRIBUTION_ID: ${{ secrets.XCF_RELEASE_DISTRIBUTION_ID }}
245245
run: |
246246
python3 CircleciScripts/cloudfront_invalidate.py \
247247
"$XCF_RELEASE_DISTRIBUTION_ID" \

0 commit comments

Comments
 (0)