We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 199dad7 commit d84b326Copy full SHA for d84b326
.github/workflows/publish-evm.yml
@@ -28,5 +28,3 @@ jobs:
28
uses: martinbeentjes/npm-get-version-action@master
29
30
- run: npm publish --access public
31
- env:
32
- NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTOMATION_TOKEN }}
.github/workflows/publish-svm.yml
.github/workflows/publish.yml
@@ -34,5 +34,3 @@ jobs:
34
run: aws s3 cp dist/umd/index.bundle.js s3://depay-libraries/widgets/v${{ steps.package-version.outputs.current-version }}.js
35
36
37
38
0 commit comments