Skip to content

Commit 5ae214c

Browse files
chore: add missing config command (#1301)
1 parent 46f5a4b commit 5ae214c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# Ref https://github.com/semantic-release/npm/pull/844
3737
- name: Update npmrc for publish
3838
shell: bash
39-
run: npm config -L project @hypertrace:registry ${{ secrets.GAR_NPM_PUBLISH_REGISTRY }}
39+
run: npm config set -L project @hypertrace:registry ${{ secrets.GAR_NPM_PUBLISH_REGISTRY }}
4040

4141
- name: Publish
4242
run: npm run semantic-release

0 commit comments

Comments
 (0)