We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a80ced4 commit 4b54ac6Copy full SHA for 4b54ac6
.github/workflows/publish.yml
@@ -48,12 +48,12 @@ jobs:
48
with:
49
node-version-file: .node-version
50
cache: pnpm
51
- - name: Configure npm
52
- run: |
53
- echo '//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}' >> .npmrc
54
- cat .npmrc
55
- env:
56
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ # - name: Configure npm
+ # run: |
+ # echo '//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}' >> .npmrc
+ # cat .npmrc
+ # env:
+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57
- name: Install dependencies
58
run: pnpm install
59
- name: Build
0 commit comments