Skip to content

Commit

Permalink
fixes library s3 upload
Browse files Browse the repository at this point in the history
  • Loading branch information
10xSebastian committed Oct 28, 2021
1 parent 0fba569 commit eebe386
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: martinbeentjes/npm-get-version-action@master

- name: Upload version to S3 (depay-libraries)
run: aws s3 cp dist/umd/index.bundle.js s3://depay-libraries/widgets/${{ steps.package-version.outputs.current-version }}.js
run: aws s3 cp dist/umd/index.bundle.js s3://depay-libraries/widgets/v${{ steps.package-version.outputs.current-version }}.js

- run: npm publish --access public
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@depay/widgets",
"moduleName": "DePayWidgets",
"version": "3.0.1",
"version": "3.0.2",
"description": "Web3 Payments with any token. DePay simplifies and improves Web3 Payments with the power of DeFi. Accept any token with on-the-fly conversion.",
"main": "./dist/cjs/index.js",
"files": [
Expand Down

0 comments on commit eebe386

Please sign in to comment.