Skip to content

Commit ee6cc0e

Browse files
updated release workflow
1 parent a81458f commit ee6cc0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
permissions:
1212
contents: read
1313
id-token: write # CRITICAL: This enables OIDC authentication
14-
packages: write # Optional, if you also publish to GitHub Packages
1514

1615
steps:
1716
- name: Checkout
@@ -32,6 +31,7 @@ jobs:
3231
node-version: '20'
3332
registry-url: 'https://registry.npmjs.org'
3433
always-auth: true
34+
scope: '@angular-bootstrap'
3535

3636
- name: Clean dist
3737
run: rm -rf dist

0 commit comments

Comments
 (0)