Skip to content

Commit

Permalink
meta: fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Apr 29, 2024
1 parent 3393b53 commit b2529d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
run: corepack yarn workspace @uppy/angular prepublishOnly
- name: Publish to the npm registry
run:
corepack yarn workspaces foreach --no-private npm publish --access
public --tag next --tolerate-republish
corepack yarn workspaces foreach --all --no-private npm publish
--access public --tag next --tolerate-republish
env:
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Merge PR
Expand Down

0 comments on commit b2529d8

Please sign in to comment.