Skip to content

Commit a18c1b4

Browse files
committed
add auth back in
1 parent 4b8ff1f commit a18c1b4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ jobs:
3838
- uses: ./.github/actions/yarn
3939

4040
- 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
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
4646
- name: Publish
4747
env:
4848
HUSKY_ENABLED: true

0 commit comments

Comments
 (0)