Skip to content

Commit 0433862

Browse files
authored
Merge pull request #460 from opf/fix/publish-npm
Fix npm publish step
2 parents 1215710 + 0b3d636 commit 0433862

3 files changed

Lines changed: 8 additions & 1 deletion

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

.github/workflows/triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
runs-on: ubuntu-latest
5959
permissions:
6060
issues: write
61-
pull-requests: read
61+
pull-requests: write
6262
steps:
6363
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
6464
id: version-result

0 commit comments

Comments
 (0)