From 96e610db7fb23e1ba8af54820e2b7d00a186ea70 Mon Sep 17 00:00:00 2001 From: Ricardo Ambrogi Date: Thu, 9 Apr 2020 13:50:56 +0200 Subject: [PATCH] update workflow --- .github/workflows/npmpublish.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index d2435c2..e76fa19 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -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}} diff --git a/package.json b/package.json index 22f7e06..f4f3a93 100644 --- a/package.json +++ b/package.json @@ -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",