Skip to content

Commit f8b300d

Browse files
committed
update package list
1 parent 551d551 commit f8b300d

File tree

1 file changed

+19
-11
lines changed

1 file changed

+19
-11
lines changed

.github/workflows/build_and_deploy.yml

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,25 @@ jobs:
9797
with:
9898
fetch-depth: 25
9999

100+
- run: npm i -g [email protected] # need latest version for provenance (pinning to avoid bugs)
101+
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
102+
103+
- run: npm dist-tag add [email protected] latest
104+
- run: npm dist-tag add [email protected] latest
105+
- run: npm dist-tag add @next/[email protected] latest
106+
- run: npm dist-tag add @next/[email protected] latest
107+
- run: npm dist-tag add @next/[email protected] latest
108+
- run: npm dist-tag add @next/[email protected] latest
109+
- run: npm dist-tag add @next/[email protected] latest
110+
- run: npm dist-tag add @next/[email protected] latest
111+
- run: npm dist-tag add @next/[email protected] latest
112+
- run: npm dist-tag add @next/[email protected] latest
113+
- run: npm dist-tag add @next/[email protected] latest
114+
- run: npm dist-tag add [email protected] latest
115+
- run: npm dist-tag add [email protected] latest
116+
- run: npm dist-tag add @next/[email protected] latest
117+
- run: npm dist-tag add @next/[email protected] latest
118+
100119
- id: get-store-path
101120
run: echo STORE_PATH=$(pnpm store path) >> $GITHUB_OUTPUT
102121

@@ -114,17 +133,6 @@ jobs:
114133

115134
- run: pnpm run build
116135

117-
- run: npm i -g [email protected] # need latest version for provenance (pinning to avoid bugs)
118-
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
119-
- run: npm dist-tag add [email protected] latest
120-
- run: npm dist-tag add [email protected] latest
121-
- run: npm dist-tag add @next/[email protected] latest
122-
- run: npm dist-tag add @next/[email protected] latest
123-
- run: npm dist-tag add @next/[email protected] latest
124-
- run: npm dist-tag add @next/[email protected] latest
125-
- run: npm dist-tag add @next/[email protected] latest
126-
- run: npm dist-tag add @next/[email protected] latest
127-
128136
# Build binaries for publishing
129137
build-native:
130138
if: ${{ needs.deploy-target.outputs.value != 'skipped' }}

0 commit comments

Comments
 (0)