mirror of
https://github.com/mathuo/dockview
synced 2025-03-10 16:02:04 +00:00
chore: Github Publish Actions
This commit is contained in:
parent
eeddad542b
commit
0f555075ae
11
.github/workflows/experimental.yml
vendored
11
.github/workflows/experimental.yml
vendored
@ -22,8 +22,13 @@ jobs:
|
|||||||
|
|
||||||
- run: yarn
|
- run: yarn
|
||||||
- run: npm run set-experimental-versions
|
- run: npm run set-experimental-versions
|
||||||
- run: npm run build
|
- name: Publish dockview-core
|
||||||
- run: npm run test
|
run: npm publish --tag experimental
|
||||||
- run: npm publish --tag experimental --dry-run
|
working-directory: packages/dockview-core
|
||||||
|
env:
|
||||||
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
|
- name: Publish dockview
|
||||||
|
run: npm publish --tag experimental
|
||||||
|
working-directory: packages/dockview
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user