Skip to content

Commit

Permalink
Use a shell to expand env var
Browse files Browse the repository at this point in the history
  • Loading branch information
aidansteele authored Feb 13, 2020
1 parent 87850c4 commit c8aafd7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,13 @@ jobs:
S3_BUCKET: ${{ secrets.S3_BUCKET }}
with:
args: >
sh -c "
sam package
--template-file app.yml
--output-template-file packaged.yml
--s3-bucket $S3_BUCKET
"
- name: sam publish
uses: docker://awsteele/samcli
with:
Expand Down

0 comments on commit c8aafd7

Please sign in to comment.