Enable snapshot publishing by removing --dryrun (#790)

This commit is contained in:
Ted Patrick
2022-09-26 05:41:13 -05:00
committed by GitHub
parent 978afdad97
commit 304d76d088

View File

@@ -23,4 +23,4 @@ jobs:
role-to-assume: ${{ secrets.AWS_OIDC_RUNNER_ROLE }}
- name: Sync to S3
run: >
aws s3 sync --dryrun s3://pyscript.net/unstable/ s3://pyscript.net/snapshots/${{ inputs.snapshot_version }}/
aws s3 sync s3://pyscript.net/unstable/ s3://pyscript.net/snapshots/${{ inputs.snapshot_version }}/