Skip to content

Commit

Permalink
Fix publish script for web-component
Browse files Browse the repository at this point in the history
  • Loading branch information
Soc Sieng committed May 11, 2020
1 parent 33ff7fb commit 5e46285
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
cd src/react
npm publish
cd ../src/web-component
cd ../web-component
npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-pay-button",
"version": "0.0.1",
"version": "0.0.2",
"description": "Google Pay button component",
"main": "dist/GooglePayButton.js",
"types": "dist/GooglePayButton.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-pay/react-button",
"version": "0.0.1",
"version": "0.0.2",
"description": "React component for Google Pay button",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/web-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-pay/web-component-button",
"version": "0.0.1",
"version": "0.0.2",
"description": "Web component for Google Pay button",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 5e46285

Please sign in to comment.