Skip to content

Commit 7df5091

Browse files
authored
Rename workflow for npm publishing
Renamed workflow from 'Node.js Package' to 'npm publish'.
1 parent 2ab5468 commit 7df5091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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: npm publish
55

66
on:
77
release:

0 commit comments

Comments
 (0)