Skip to content

Commit 4a910ce

Browse files
updated release workflow
1 parent 0805f27 commit 4a910ce

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
node-version: '20'
3131
registry-url: 'https://registry.npmjs.org'
3232
always-auth: true
33-
auth-type: 'oidc'
3433

3534
- name: Install dependencies
3635
run: npm install
@@ -43,4 +42,4 @@ jobs:
4342

4443
- name: Publish to npm
4544
# OIDC handles authentication automatically now.
46-
run: npm publish dist/ngbootstrap --provenance # Added --provenance as a 2025 best practice
45+
run: npm publish ./dist/ngbootstrap --provenance # publish the built package only

0 commit comments

Comments
 (0)