Skip to content

Commit

Permalink
ci(npm): try to peek into ci's env for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Isokaeder committed May 14, 2024
1 parent f406b93 commit 7bf0790
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '18'
registry-url: 'https://registry.npmjs.org'
- uses: actions/cache@v4
with:
path: |
Expand All @@ -26,7 +27,11 @@ jobs:

- run: npm config list
- run: npm token
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: npm whoami
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Install modules
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit 7bf0790

Please sign in to comment.