Skip to content

Commit cbe2bcd

Browse files
committed
Update publish.yml
1 parent b881a29 commit cbe2bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
registry-url: 'https://registry.npmjs.org'
4040
- run: npm ci
4141
- run: npm install uglifyjs bump -g
42-
- run: npm release
42+
- run: npm run release
4343
env:
4444
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)