Skip to content

Commit

Permalink
ci: print workspace name
Browse files Browse the repository at this point in the history
  • Loading branch information
alecdwm committed Jan 16, 2023
1 parent 1a87220 commit 3fae1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-pr-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- run: yarn plugin import workspace-tools
- run: yarn changeset version --snapshot pr${{ github.event.pull_request.number }}.$(git rev-parse --short HEAD)
- run: yarn build:packages:prod
- run: yarn workspaces foreach --no-private npm publish --tolerate-republish --tag pr${{ github.event.pull_request.number }}
- run: yarn workspaces foreach --verbose --no-private npm publish --tolerate-republish --tag pr${{ github.event.pull_request.number }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 3fae1b2

Please sign in to comment.