Skip to content

Commit e99f2cb

Browse files
authored
fix(ci): do not use private registry in release script (#2)
1 parent 7a121fb commit e99f2cb

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish new version
1+
name: Release new version
22

33
on:
44
workflow_dispatch:
@@ -37,11 +37,6 @@ jobs:
3737
node-version: 18
3838
cache: pnpm
3939

40-
- name: Auth in GitHub private registry npm
41-
run: |
42-
echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > .npmrc
43-
echo "@1inch:registry=https://npm.pkg.github.com" >> .npmrc
44-
4540
- name: Install Dev Dependencies
4641
run: pnpm install -D
4742

0 commit comments

Comments
 (0)