Skip to content

Commit efed081

Browse files
committed
update action
1 parent 80e1e64 commit efed081

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
22
# For more information see: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages
33

4-
name: Node.js Package
4+
name: Publish to NPM
55

6-
on: workflow_dispatch
6+
on:
7+
workflow_dispatch
78

89
jobs:
910
build:

0 commit comments

Comments
 (0)