mirror of
https://github.com/idrawjs/idraw
synced 2026-05-24 01:58:27 +00:00
ci: update github action
This commit is contained in:
parent
1b5f621e12
commit
3c84fa24f0
1 changed files with 3 additions and 1 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Publish Package to npmjs
|
||||
name: Release
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
|
|
@ -12,6 +12,8 @@ jobs:
|
|||
with:
|
||||
node-version: '20.x'
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
- run: npm install --global pnpm
|
||||
- run: pnpm i
|
||||
- run: npm run test
|
||||
- run: npm run build
|
||||
- run: cd packages/types/
|
||||
|
|
|
|||
Loading…
Reference in a new issue