Skip to content

Commit

Permalink
fix upload to s3
Browse files Browse the repository at this point in the history
  • Loading branch information
10xSebastian committed Oct 28, 2021
1 parent 75fd110 commit ff3a057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
aws_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws_bucket: depay-libraries
source_dir: '/dist/umd/index.bundle.js'
source_dir: '../dist/umd/index.bundle.js'
destination_dir: widgets/${{ steps.package-version.outputs.current-version }}.js

- run: npm publish --access public
Expand Down

0 comments on commit ff3a057

Please sign in to comment.