Skip to content

Commit b20eaa8

Browse files
committed
chore: Fix CI workflow
1 parent 751f631 commit b20eaa8

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
cache: 'yarn'
2424
cache-dependency-path: 'yarn.lock'
2525
node-version-file: '.nvmrc'
26+
- name: Update npm
27+
run: npm install -g [email protected]
2628
- uses: denoland/setup-deno@v1
2729
with:
2830
deno-version: v1.x
@@ -68,8 +70,6 @@ jobs:
6870
(github.ref_type == 'tag' || github.ref == 'refs/heads/main')
6971
run: |
7072
set -ex
71-
npm config set //registry.npmjs.org/:_authToken "$NPM_AUTH_TOKEN"
72-
npm whoami
7373
if [[ "$GITHUB_REF_TYPE" = "tag" ]]; then
7474
npm publish --provenance --access public *.tgz
7575
else

.yarnrc.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
npmScopes:
22
jsr:
3-
npmRegistryServer: "https://npm.jsr.io"
3+
npmRegistryServer: 'https://npm.jsr.io'
44

55
packageExtensions:
6-
"@algolia/[email protected]":
6+
'@algolia/[email protected]':
77
dependencies:
8-
"@algolia/client-search": latest
8+
'@algolia/client-search': latest
99
algoliasearch: latest
1010
search-insights: latest
11-
"@algolia/[email protected]":
11+
'@algolia/[email protected]':
1212
dependencies:
13-
"@algolia/client-search": latest
13+
'@algolia/client-search': latest
1414
algoliasearch: latest
15-
"@docsearch/[email protected]":
15+
'@docsearch/[email protected]':
1616
dependencies:
17-
"@algolia/client-search": latest
18-
"@vueuse/[email protected]":
17+
'@algolia/client-search': latest
18+
'@vueuse/[email protected]':
1919
dependencies:
2020
vue: latest
21-
"@vueuse/[email protected]":
21+
'@vueuse/[email protected]':
2222
dependencies:
2323
vue: latest
24-
"@vueuse/[email protected]":
24+
'@vueuse/[email protected]':
2525
dependencies:
2626
vue: latest
2727
2828
dependencies:
29-
"@lezer/common": latest
29+
'@lezer/common': latest
3030

3131
yarnPath: .yarn/releases/yarn-4.10.2.cjs

0 commit comments

Comments
 (0)