update workflow

This commit is contained in:
Ricardo Ambrogi
2020-04-09 13:50:56 +02:00
parent 9d461481dc
commit 96e610db7f
2 changed files with 2 additions and 2 deletions

View File

@@ -25,6 +25,6 @@ jobs:
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: yarn publish
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

View File

@@ -1,6 +1,6 @@
{
"name": "@adyen/api-library",
"version": "3.1.3-rc0",
"version": "3.1.3-rc1",
"description": "The Adyen API Library for NodeJS enables you to work with Adyen APIs.",
"main": "dist/lib/src/index.js",
"types": "dist/lib/src/index.d.ts",