Skip to content

Commit

Permalink
fix publish task
Browse files Browse the repository at this point in the history
  • Loading branch information
10xSebastian committed Apr 20, 2022
1 parent 6771e2b commit a3bb154
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 @@ -25,7 +25,7 @@ jobs:

- name: get-npm-version
id: package-version
uses: martinbeentjes/npm-get-version-action@master
uses: martinbeentjes/npm-get-version-action@main

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

0 comments on commit a3bb154

Please sign in to comment.