Skip to content

Commit b4e6b43

Browse files
authored
adapt tokenless publishing via NPM (#7904)
1 parent 1d0166b commit b4e6b43

File tree

5 files changed

+944
-952
lines changed

5 files changed

+944
-952
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -704,8 +704,6 @@ jobs:
704704
shell: bash
705705

706706
- name: Publish packages on npm with tag "ci"
707-
env:
708-
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
709707
run: |
710708
yarn workspaces foreach -W --no-private \
711709
npm publish --provenance --tolerate-republish --tag ci

.yarn/releases/yarn-4.10.2.cjs

Lines changed: 942 additions & 0 deletions
Large diffs are not rendered by default.

.yarn/releases/yarn-4.9.1.cjs

Lines changed: 0 additions & 948 deletions
This file was deleted.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ nmMode: hardlinks-global
44

55
nodeLinker: node-modules
66

7-
yarnPath: .yarn/releases/yarn-4.9.1.cjs
7+
yarnPath: .yarn/releases/yarn-4.10.2.cjs

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,6 @@
107107
"tests/tools_tests",
108108
"scripts/res"
109109
],
110-
"packageManager": "yarn@4.9.1",
110+
"packageManager": "yarn@4.10.2",
111111
"preferUnplugged": true
112112
}

0 commit comments

Comments
 (0)