Skip to content

Commit e94819b

Browse files
committed
fix: rename npm-publish.yml workflow job to 'publish'
1 parent f1b344d commit e94819b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
release:
44
types: [published]
55
jobs:
6-
build:
6+
publish:
77
runs-on: ubuntu-latest
88
permissions:
99
contents: read

0 commit comments

Comments
 (0)