Skip to content

github: add release action #3

github: add release action

github: add release action #3

Workflow file for this run

name: Release New Version
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
release:
runs-on: ubuntu-latest
permissions:
id-token: read

Check failure on line 17 in .github/workflows/release.yaml

View workflow run for this annotation

GitHub Actions / Release New Version

Invalid workflow file

The workflow is not valid. .github/workflows/release.yaml (Line: 17, Col: 17): Unexpected value 'read'
steps:
- uses: actions/checkout@v3
- uses: aws-actions/configure-aws-credentials@v3
with:
role-to-assume: arn:aws:iam::710015040892:role/CloudTiltDevS3-20230912140723264900000002
aws-region: us-east-1
- run: |
aws s3 cp --content-type="application/json" ./web/api/whoami s3://cloud-tilt-dev20230901133309169500000001/api/whoami