Skip to content

Commit 32fb78c

Browse files
committed
fix(release): fix npm auth issues?
1 parent f6ede93 commit 32fb78c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
with:
2424
useLockFile: false # Better for building libraries
2525

26-
# - name: Generate .npmrc
27-
# run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
26+
- name: Generate .npmrc
27+
run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
2828

2929
- name: Release version
3030
run: yarn release --ci

0 commit comments

Comments
 (0)