Skip to content

Commit b106d59

Browse files
updated release workflow
1 parent ee6cc0e commit b106d59

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,8 @@ jobs:
4848
- name: Publish to npm
4949
# OIDC handles authentication automatically now.
5050
working-directory: dist/ngbootstrap
51-
run: npm publish --provenance --access public # publish the built package only
51+
env:
52+
NPM_CONFIG_USERCONFIG: /tmp/npmrc
53+
run: |
54+
: > /tmp/npmrc
55+
npm publish --provenance --access public # publish the built package only

0 commit comments

Comments
 (0)