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 ee43175 commit b8fbcc7Copy full SHA for b8fbcc7
.github/workflows/publish.yml
@@ -74,8 +74,8 @@ jobs:
74
- name: 'Increment package version (if requested)'
75
if: ${{ github.event.inputs.version != 'none' }}
76
run: |
77
- # Save NPM_TOKEN to .npmrc:
78
- echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
+ # Save NPM_TOKEN to user's .npmrc:
+ echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
79
80
# Increment package version:
81
npm version ${{ github.event.inputs.version }}
.gitignore
@@ -20,7 +20,6 @@
20
#########
21
package.json.copy
22
.stdlibrc
23
-.npmrc
24
25
# Directories #
26
###############
0 commit comments