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.
2 parents 11701ad + 5ad805d commit 28428bcCopy full SHA for 28428bc
.github/workflows/npm-debug.yml
@@ -1,3 +1,4 @@
1
+# Workflow to verify we can access (publish) to NPM
2
name: NPM debug
3
4
on:
.github/workflows/npmpublish.yml
@@ -1,4 +1,6 @@
-name: Node.js Package
+# Workflow to publish a new release on NPM
+# https://www.npmjs.com/package/@adyen/api-library
+name: Publish to NPM
5
6
workflow_dispatch:
.github/workflows/release.yml
+# Workflow to create a new GitHub release
name: Release
0 commit comments