We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d46148 commit 96e610dCopy full SHA for 96e610d
.github/workflows/npmpublish.yml
@@ -25,6 +25,6 @@ jobs:
25
with:
26
node-version: 12
27
registry-url: https://registry.npmjs.org/
28
- - run: yarn publish
+ - run: npm publish
29
env:
30
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@adyen/api-library",
3
- "version": "3.1.3-rc0",
+ "version": "3.1.3-rc1",
4
"description": "The Adyen API Library for NodeJS enables you to work with Adyen APIs.",
5
"main": "dist/lib/src/index.js",
6
"types": "dist/lib/src/index.d.ts",
0 commit comments