File tree 4 files changed +5
-115
lines changed
4 files changed +5
-115
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 9
9
permissions :
10
10
contents : read
11
11
pull-requests : write
12
+ id-token : write
12
13
13
14
env :
14
15
TURBO_TOKEN : ${{ secrets.TURBO_TOKEN }}
37
38
cache : yarn
38
39
node-version : ' 20.x'
39
40
40
- - name : Setup npmrc
41
- run : echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_PUBLISH_TOKEN }}" > .npmrc
42
-
43
41
- name : Install
44
42
if : ${{ steps.release.outputs.releases_created }}
45
43
run : yarn install --immutable
48
46
if : ${{ steps.release.outputs.releases_created }}
49
47
run : yarn build:ci
50
48
49
+ - run : yarn config set npmAuthToken ${{ secrets.NPM_PUBLISH_TOKEN }}
50
+
51
51
# Release Please has already incremented versions and published tags, so we just
52
52
# need to publish all unpublished versions to NPM here
53
53
- run : yarn workspaces foreach --all --parallel --no-private npm publish --access=public
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ enableGlobalCache: false
4
4
5
5
nodeLinker : node-modules
6
6
7
- yarnPath : .yarn/releases/yarn-4.5.3.cjs
8
-
9
7
npmPublishRegistry : ' https://registry.npmjs.org'
8
+
9
+ yarnPath : .yarn/releases/yarn-4.5.3.cjs
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments