Skip to content

Commit 688f19e

Browse files
authored
Merge pull request #5 from lifeomic/release
test(INFRA-552): debug failed package publishing
2 parents dd1af4f + 3c8c3a5 commit 688f19e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
NPM_TOKEN: ${{ secrets.LIFEOMIC_NPM_TOKEN }}
3030
run: |
3131
yarn build
32-
npx semantic-release
3332
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
33+
npm token list
34+
npx semantic-release
3435
npm access grant read-only lifeomic:readonly-developers '@lifeomic/turbo-remote-cache'

0 commit comments

Comments
 (0)