Skip to content

Commit

Permalink
Publish via yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
dariober committed May 15, 2024
1 parent 2719d41 commit eba8d65
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/publish_npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,8 @@ jobs:
with:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: yarn --immutable
- run: |
npm publish --access public package/apollo-cli
npm publish --access public package/apollo-common
npm publish --access public package/apollo-mst
npm publish --access public package/apollo-schemas
npm publish --access public package/apollo-shared
npm publish --access public package/jbrowse-plugin-apollo
yarn workspaces foreach -A npm publish --tolerate-republish --tag devel
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit eba8d65

Please sign in to comment.