We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b106d59 commit 2af3d10Copy full SHA for 2af3d10
1 file changed
.github/workflows/release.yml
@@ -18,13 +18,6 @@ jobs:
18
with:
19
fetch-depth: 0
20
21
- - name: Clear npm auth
22
- run: |
23
- rm -f ~/.npmrc
24
- rm -f .npmrc
25
- npm config delete //registry.npmjs.org/:_authToken || true
26
- npm config delete _authToken || true
27
-
28
- name: Setup Node.js
29
uses: actions/setup-node@v4
30
@@ -48,8 +41,4 @@ jobs:
48
41
- name: Publish to npm
49
42
# OIDC handles authentication automatically now.
50
43
working-directory: dist/ngbootstrap
51
- env:
52
- NPM_CONFIG_USERCONFIG: /tmp/npmrc
53
54
- : > /tmp/npmrc
55
- npm publish --provenance --access public # publish the built package only
44
+ run: npm publish --provenance --access public # publish the built package only
0 commit comments