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 46f5a4b commit 5ae214cCopy full SHA for 5ae214c
.github/workflows/publish.yml
@@ -36,7 +36,7 @@ jobs:
36
# Ref https://github.com/semantic-release/npm/pull/844
37
- name: Update npmrc for publish
38
shell: bash
39
- run: npm config -L project @hypertrace:registry ${{ secrets.GAR_NPM_PUBLISH_REGISTRY }}
+ run: npm config set -L project @hypertrace:registry ${{ secrets.GAR_NPM_PUBLISH_REGISTRY }}
40
41
- name: Publish
42
run: npm run semantic-release
0 commit comments