Skip to content

Commit 425ff74

Browse files
authored
ci: publish with npm directly
1 parent ceee448 commit 425ff74

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,4 @@ jobs:
3333
check-latest: true
3434
cache: 'npm'
3535
- run: npm i -g npm@latest
36-
- uses: JS-DevTools/npm-publish@v3
37-
with:
38-
token: ${{ secrets.NPM_TOKEN }}
39-
package: ./package.json
36+
- run: npm publish

0 commit comments

Comments
 (0)