Skip to content

Commit ae59b44

Browse files
committed
ci: update local publish config for all actions
1 parent afcedac commit ae59b44

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/beta-release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
- name: E2E tests
6868
run: |
6969
pnpm verdaccio &
70+
pnpm config set '//localhost:4873/:_authToken' "fake"
7071
pnpm local-publish
7172
pnpm test-e2e
7273

.github/workflows/ci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,9 @@ jobs:
5151
- name: Bump version
5252
run: pnpm release --skip.commit --skip.tag
5353

54-
- name: Set local publishing config
55-
run: pnpm config set '//localhost:4873/:_authToken' "fake"
5654
- name: E2E tests
5755
run: |
5856
pnpm verdaccio &
57+
pnpm config set '//localhost:4873/:_authToken' "fake"
5958
pnpm local-publish
6059
pnpm test-e2e

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
- name: E2E tests
7575
run: |
7676
pnpm verdaccio &
77+
pnpm config set '//localhost:4873/:_authToken' "fake"
7778
pnpm local-publish
7879
pnpm test-e2e
7980

0 commit comments

Comments
 (0)