Skip to content

Commit

Permalink
(#6688) Make publish failures visible
Browse files Browse the repository at this point in the history
  • Loading branch information
sdvg committed Jul 30, 2024
1 parent 8e27318 commit 1657f78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,13 +209,13 @@ jobs:
scope: '${{env.scope}}'

- name: Publish designer
run: npm publish --access restricted || true
run: npm publish --access restricted
working-directory: packages/designer
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Publish sample react
run: npm publish --access restricted || true
run: npm publish --access restricted
working-directory: packages/samples/react
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1657f78

Please sign in to comment.