Skip to content

Commit

Permalink
ci: fix typo in release workflow (#4917) version 2.33.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Di Wu authored Aug 21, 2023
1 parent f036076 commit d8b503c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ jobs:
- name: Invalidate cloudfront
env:
XCF_RELEASE_DISTRIBUTION_ID: $${{ secrets.XCF_RELEASE_DISTRIBUTION_ID }}
XCF_RELEASE_DISTRIBUTION_ID: ${{ secrets.XCF_RELEASE_DISTRIBUTION_ID }}
run: |
python3 CircleciScripts/cloudfront_invalidate.py \
"$XCF_RELEASE_DISTRIBUTION_ID" \
Expand Down

0 comments on commit d8b503c

Please sign in to comment.