Skip to content

Commit 08cc1ca

Browse files
committed
remove noise
1 parent 68f21b2 commit 08cc1ca

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/changeset.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,17 @@ jobs:
2121
node-version: 18
2222
- name: install pnpm
2323
run: npm i pnpm@latest -g
24-
- name: Setup npmrc
25-
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
2624
- name: setup pnpm config
2725
run: pnpm config set store-dir $PNPM_CACHE_FOLDER
2826
- name: install dependencies
29-
run: pnpm install
27+
run: pnpm install | grep -v "^npm notice"
3028
- name: create and publish versions
3129
uses: changesets/action@v1
3230
with:
3331
version: pnpm ci:version
3432
commit: "chore: update versions"
3533
title: "chore: update versions"
36-
publish: pnpm ci:publish --no-git-checks
34+
publish: pnpm ci:publish | grep -v "^npm notice"
3735
env:
3836
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)