Skip to content

Commit 28428bc

Browse files
authored
Merge pull request #1451 from Adyen/Update-npmpublish-workflow-name
GitHub workflows edits
2 parents 11701ad + 5ad805d commit 28428bc

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/npm-debug.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Workflow to verify we can access (publish) to NPM
12
name: NPM debug
23

34
on:

.github/workflows/npmpublish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
name: Node.js Package
1+
# Workflow to publish a new release on NPM
2+
# https://www.npmjs.com/package/@adyen/api-library
3+
name: Publish to NPM
24

35
on:
46
workflow_dispatch:

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Workflow to create a new GitHub release
12
name: Release
23

34
on:

0 commit comments

Comments
 (0)