Skip to content

Commit

Permalink
fix: added shell prop to upload stack assets step (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
sahinvardar authored Nov 19, 2023
1 parent f086366 commit 11e7a55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ runs:
aws-region: eu-central-1
output-credentials: true
- name: upload stack assets
shell: bash
run: npx cdk-assets --path ${{ inputs.cdk-output-path }}/${{ inputs.deploy-stack-name }}.assets.json --verbose publish
- name: assuming deploy role
uses: aws-actions/configure-aws-credentials@v4
Expand Down

0 comments on commit 11e7a55

Please sign in to comment.