97
97
with :
98
98
fetch-depth : 25
99
99
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
+
100
119
- id : get-store-path
101
120
run : echo STORE_PATH=$(pnpm store path) >> $GITHUB_OUTPUT
102
121
@@ -114,17 +133,6 @@ jobs:
114
133
115
134
- run : pnpm run build
116
135
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
-
128
136
# Build binaries for publishing
129
137
build-native :
130
138
if : ${{ needs.deploy-target.outputs.value != 'skipped' }}
0 commit comments