Remove automatic npm publish

This commit is contained in:
Rob Moran
2024-01-11 18:07:44 +00:00
committed by GitHub
parent 196171127b
commit 95fd509a52

View File

@@ -19,9 +19,6 @@ jobs:
steps:
- attach_workspace:
at: ../
- run: 'echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc'
- run: npm --no-git-tag-version version prerelease --preid=next.$(echo $CIRCLE_SHA1 | cut -c -7)
- run: npm publish --tag next || true
- run: mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
- run: git config --global user.name thegecko
- run: git config --global user.email github@thegecko.org