Skip to content

Commit 996d067

Browse files
committed
update github action
1 parent b398458 commit 996d067

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/on-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
with:
1414
node-version: 10
1515
registry-url: https://registry.npmjs.org/
16-
- run: npm run publish
16+
- run: npm install
17+
- run: npm run build
18+
- run: npm publish
1719
env:
1820
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)