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 34def97 commit 859429cCopy full SHA for 859429c
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
git config user.name "${GITHUB_ACTOR}"
20
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
21
- run: npm ci
22
+ - run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
23
- run: npm run release -- ${{ github.event.inputs.increment }} --ci
24
env:
25
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
.gitignore
@@ -4,3 +4,4 @@ lib
4
bundle.js
5
example*.css.d.ts
6
*.log
7
+.npmrc
.npmrc
@@ -1 +1 @@
1
-//registry.npmjs.org/:_authToken=${NPM_TOKEN}
+//registry.npmjs.org/:_authToken=
0 commit comments