Skip to content

Commit

Permalink
Back to yarn release
Browse files Browse the repository at this point in the history
`npm run release` did not fix the publish failure.
  • Loading branch information
stefcameron authored Sep 19, 2020
1 parent cf4a02c commit c7a9a2c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,10 @@ jobs:
run: yarn test

- name: Create Release or Publish
id: changesets
uses: changesets/action@master
with:
# NOTE: use npm to run the release script (which is currently failing
# with some cryptic error in focus-trap and focus-trap-react) under
# the assumption we're running into this issue when running `yarn release`:
# https://github.com/yarnpkg/yarn/issues/2935
publish: npm run release
publish: yarn release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit c7a9a2c

Please sign in to comment.