Skip to content

Commit

Permalink
release v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PrinceTirah committed Jun 8, 2023
1 parent 5b4291f commit 1fe9712
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:

- name: npm publish
run: |
npm install -g npm-cli-adduser
npm-cli-adduser -u ${{ secrets.NPM_USER }} -p ${{ secrets.NPM_PASS }} -e ${{ secrets.NPM_EMAIL }}
npm ci
npm run build
npm config set //registry.npmjs.org/:_authToken=${{ secrets.NPM_AUTH_TOKEN }}
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@
"WA",
"whatsapp",
"cloud",
"api",
"whatsapp-cloud",
"cloud-api",
"whatsapp-cloud-api",
"whatsapp-business",
Expand All @@ -81,6 +79,6 @@
},
"homepage": "https://github.com/trysoft-team/trysoft-wa-cloud-api#readme",
"engines": {
"node": "20"
"node": ">=12"
}
}

0 comments on commit 1fe9712

Please sign in to comment.