Skip to content

Commit

Permalink
Merge pull request #5 from lifeomic/release
Browse files Browse the repository at this point in the history
test(INFRA-552): debug failed package publishing
  • Loading branch information
shawnzhu authored Jan 4, 2024
2 parents dd1af4f + 3c8c3a5 commit 688f19e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
NPM_TOKEN: ${{ secrets.LIFEOMIC_NPM_TOKEN }}
run: |
yarn build
npx semantic-release
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
npm token list
npx semantic-release
npm access grant read-only lifeomic:readonly-developers '@lifeomic/turbo-remote-cache'

0 comments on commit 688f19e

Please sign in to comment.