We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0805f27 commit 4a910ceCopy full SHA for 4a910ce
1 file changed
.github/workflows/release.yml
@@ -30,7 +30,6 @@ jobs:
30
node-version: '20'
31
registry-url: 'https://registry.npmjs.org'
32
always-auth: true
33
- auth-type: 'oidc'
34
35
- name: Install dependencies
36
run: npm install
@@ -43,4 +42,4 @@ jobs:
43
42
44
- name: Publish to npm
45
# OIDC handles authentication automatically now.
46
- run: npm publish dist/ngbootstrap --provenance # Added --provenance as a 2025 best practice
+ run: npm publish ./dist/ngbootstrap --provenance # publish the built package only
0 commit comments