Skip to content

Commit 248e42f

Browse files
committed
fix(ci): enable pkg write, remove trailing slash
1 parent de8d5fb commit 248e42f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ jobs:
1818
issues: write # to be able to comment on released issues
1919
pull-requests: write # to be able to comment on released pull requests
2020
id-token: write
21+
packages: write
2122
env:
2223
NODE_VERSION: lts/*
2324
PNPM_VERSION: 10
24-
REGISTRY_URL: https://npm.pkg.github.com/
25+
REGISTRY_URL: https://npm.pkg.github.com
2526
steps:
2627
- name: Checkout
2728
uses: actions/checkout@v4

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
env:
1313
NODE_VERSION: lts/*
1414
PNPM_VERSION: 10
15-
REGISTRY_URL: https://npm.pkg.github.com/
15+
REGISTRY_URL: https://npm.pkg.github.com
1616

1717
steps:
1818
- name: Checkout

0 commit comments

Comments
 (0)