Skip to content

Commit

Permalink
v0.27.0
Browse files Browse the repository at this point in the history
fix package name and remove dry run flags. still no npm token though
  • Loading branch information
nmanu1 committed Oct 30, 2023
1 parent 2ae871e commit 76b8fd2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-hold.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
- uses: actions/checkout@v3
- uses: ./.github/setup-ci
- run: npm run build
- run: cd ./packages/studio-plugin && npm publish --dry-run=true
- run: cd ./packages/studio-plugin && npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: cd ./pacakages/studio-ui && npm publish --dry-run=true
- run: cd ./packages/studio-ui && npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: cd ./packages/studio && npm publish --dry-run=true
- run: cd ./packages/studio && npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 76b8fd2

Please sign in to comment.