Skip to content

Commit 552f0a2

Browse files
committed
Fix job name
1 parent 589e1b5 commit 552f0a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
tags:
55
- "v*.*.*"
66
jobs:
7-
build:
7+
publish-npm:
88
runs-on: ubuntu-latest
99
environment: release # Optional: for enhanced security
1010
permissions:

0 commit comments

Comments
 (0)