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 06aadea commit 78bee77Copy full SHA for 78bee77
1 file changed
.github/workflows/release.yml
@@ -37,4 +37,6 @@ jobs:
37
output-modes: npm
38
39
- name: Publish to Artifactory npm-public
40
- run: npm publish --userconfig=./.npmrc-public --@lexicographic:registry="https://packages.atlassian.com/api/npm/npm-public/"
+ run: npm publish
41
+ env:
42
+ NPM_CONFIG_USERCONFIG: ${{ github.workspace }}/.npmrc-public
0 commit comments