Skip to content

Commit

Permalink
chore: Github Publish Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mathuo committed Oct 22, 2023
1 parent eeddad5 commit 0f55507
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,13 @@ jobs:
- run: yarn
- run: npm run set-experimental-versions
- run: npm run build
- run: npm run test
- run: npm publish --tag experimental --dry-run
- name: Publish dockview-core
run: npm publish --tag experimental
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:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 0f55507

Please sign in to comment.