Skip to content

Commit

Permalink
update command to properly read args (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Kuba authored Jun 10, 2021
1 parent 827c75e commit ef2a15c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/publish-current.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
- name: install
run: npm ci
- name: publish
run: node tools/scripts/publish-current.js \
--bucket ${{ secrets.AWS_BUCKET }} \
--role ${{ secrets.AWS_ROLE_ARN }} \
--build-number $(cat VERSION)
run: |
node tools/scripts/publish-current.js \
--bucket ${{ secrets.AWS_BUCKET }} \
--role ${{ secrets.AWS_ROLE_ARN }} \
--build-number $(cat VERSION)

0 comments on commit ef2a15c

Please sign in to comment.