Skip to content

Commit

Permalink
change version from auto to 0.0.0 for cleaner code
Browse files Browse the repository at this point in the history
  • Loading branch information
PaypayBob committed Oct 8, 2020
1 parent df07d2c commit eda2c31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Update version
run: |
echo "RELEASE_VERSION=$RELEASE_VERSION"
sed -i -E "s/\\\"version\\\": \\\"auto\\\",/\\\"version\\\": \\\"$RELEASE_VERSION\\\",/g" ./package.json
sed -i -E "s/\\\"version\\\": \\\"0\.0\.0\\\",/\\\"version\\\": \\\"$RELEASE_VERSION\\\",/g" ./package.json
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "PayPay OPA SDK",
"name": "@paypayopa/paypayopa-sdk-node",
"version": "auto",
"version": "0.0.0",
"description": "Node.js SDK for PayPay APIs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit eda2c31

Please sign in to comment.