We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30c977a commit 4b8ff1fCopy full SHA for 4b8ff1f
.github/workflows/publish.yml
@@ -38,11 +38,11 @@ jobs:
38
- uses: ./.github/actions/yarn
39
40
- run: yarn turbo run build --concurrency=3
41
- - name: NPM Auth
42
- env:
43
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
44
- run: |
45
- echo "registry=https//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
+ # - name: NPM Auth
+ # env:
+ # NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
+ # run: |
+ # echo "registry=https//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
46
- name: Publish
47
env:
48
HUSKY_ENABLED: true
0 commit comments