Skip to content

Commit cc09e35

Browse files
committed
Add names to workflow and job
1 parent 6bfb5e7 commit cc09e35

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-to-npm.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
name: Pubish to NPM
2+
13
on:
24
push:
35
branches: master
46

57
jobs:
68
publish:
9+
name: Publish
710
runs-on: ubuntu-latest
811
steps:
912
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)