We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6ede93 commit 32fb78cCopy full SHA for 32fb78c
.github/workflows/release.yaml
@@ -23,8 +23,8 @@ jobs:
23
with:
24
useLockFile: false # Better for building libraries
25
26
- # - name: Generate .npmrc
27
- # run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
+ - name: Generate .npmrc
+ run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
28
29
- name: Release version
30
run: yarn release --ci
0 commit comments