Skip to content

Commit 030e266

Browse files
committed
fix: typo in publish.yml
1 parent 66d4e61 commit 030e266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: npm test
2525
- name: Build
2626
run: npm run build
27-
- name: Publish
27+
- name: Publish
2828
if: success()
2929
run: npx semantic-release
3030
- run: npm run build

0 commit comments

Comments
 (0)