Skip to content

Commit f9971bc

Browse files
authored
chore(release): fix npm publish (#162)
* 🐛 fix npm publish script issue * 🐛 fix npm publish script issue
1 parent 56b7666 commit f9971bc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish Latest Release
1+
name: Publish new npm version
22

33
on:
44
push:
@@ -8,7 +8,6 @@ on:
88
jobs:
99
publish:
1010
runs-on: ubuntu-latest
11-
if: github.event.release.latest
1211
steps:
1312
- uses: actions/checkout@v4
1413
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)