We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a81458f commit ee6cc0eCopy full SHA for ee6cc0e
.github/workflows/release.yml
@@ -11,7 +11,6 @@ jobs:
11
permissions:
12
contents: read
13
id-token: write # CRITICAL: This enables OIDC authentication
14
- packages: write # Optional, if you also publish to GitHub Packages
15
16
steps:
17
- name: Checkout
@@ -32,6 +31,7 @@ jobs:
32
31
node-version: '20'
33
registry-url: 'https://registry.npmjs.org'
34
always-auth: true
+ scope: '@angular-bootstrap'
35
36
- name: Clean dist
37
run: rm -rf dist
0 commit comments