There was an error while loading. Please reload this page.
1 parent 1215710 commit 6a050beCopy full SHA for 6a050be
2 files changed
.changeset/empty-bees-cover.md
@@ -0,0 +1,5 @@
1
+---
2
+'@openproject/primer-view-components': patch
3
4
+
5
+Fix release process
.github/workflows/release.yml
@@ -12,6 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
permissions:
14
contents: read
15
+ id-token: write # Required for OIDC
16
steps:
17
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
18
with:
@@ -38,6 +39,7 @@ jobs:
38
39
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
40
41
node-version: 24
42
+ registry-url: 'https://registry.npmjs.org'
43
- name: NPM install
44
run: |
45
npm ci
0 commit comments