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 55a1e8d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,10 @@ jobs:
- run: npm run build
- run: npm run test
- run: npm publish --tag experimental --dry-run
working-directory: packages/dockview-core
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: npm publish --tag experimental --dry-run
working-directory: packages/dockview
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 55a1e8d

Please sign in to comment.