Fix yaml hopefully

This commit is contained in:
Max Howell 2024-01-07 06:25:16 -05:00
parent 86e5a6d559
commit f1675e9234
No known key found for this signature in database
GPG key ID: 741BB84EF5BB9EEC

View file

@ -175,14 +175,14 @@ jobs:
env:
URL: s3://${{ secrets.AWS_S3_BUCKET }}/${{ env.PREFIX }}
id: put
if: !inputs.dry-run
if: inputs.dry-run != true
- name: invalidate cloudfront
run: aws cloudfront create-invalidation
--distribution-id ${{ secrets.AWS_CF_DISTRIBUTION_ID }}
--paths
${{ steps.put.outputs.cf-paths }}
if: !inputs.dry-run && inputs.invalidate-cloudfront
if: inputs.invalidate-cloudfront && !inputs.dry-run
publish:
name: publish ${{inputs.tinyname}} ${{ inputs.dry-run && '(dry-run)' }}
@ -218,7 +218,7 @@ jobs:
- name: s3 put
run: aws s3 cp versions.txt s3://${{ secrets.AWS_S3_BUCKET }}/$DIRNAME/versions.txt
if: !inputs.dry-run
if: inputs.dry-run != true
- name: invalidate cloudfront
run: aws cloudfront create-invalidation