Skip to content

Commit 6a050be

Browse files
committed
Fix npm publish step
1 parent 1215710 commit 6a050be

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.changeset/empty-bees-cover.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@openproject/primer-view-components': patch
3+
---
4+
5+
Fix release process

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
permissions:
1414
contents: read
15+
id-token: write # Required for OIDC
1516
steps:
1617
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1718
with:
@@ -38,6 +39,7 @@ jobs:
3839
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
3940
with:
4041
node-version: 24
42+
registry-url: 'https://registry.npmjs.org'
4143
- name: NPM install
4244
run: |
4345
npm ci

0 commit comments

Comments
 (0)