Skip to content

Commit 88d984b

Browse files
committed
check npmrc again
1 parent c6dd77a commit 88d984b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,16 @@ jobs:
3838
- uses: ./.github/actions/yarn
3939

4040
- run: yarn turbo run build --concurrency=3
41-
- run: cat .npmrc
4241
- name: Publish
4342
env:
4443
HUSKY_ENABLED: true
4544
GH_TOKEN: ${{ secrets.ACTIONS_GITHUB_TOKEN }}
4645
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4746
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4847
run: npx auto shipit
48+
- name: Show .npmrc
49+
if: always()
50+
run: cat .npmrc
4951

5052
publish-check:
5153
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)