We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de8d5fb commit 248e42fCopy full SHA for 248e42f
2 files changed
.github/workflows/release.yml
@@ -18,10 +18,11 @@ jobs:
18
issues: write # to be able to comment on released issues
19
pull-requests: write # to be able to comment on released pull requests
20
id-token: write
21
+ packages: write
22
env:
23
NODE_VERSION: lts/*
24
PNPM_VERSION: 10
- REGISTRY_URL: https://npm.pkg.github.com/
25
+ REGISTRY_URL: https://npm.pkg.github.com
26
steps:
27
- name: Checkout
28
uses: actions/checkout@v4
.github/workflows/tests.yml
@@ -12,7 +12,7 @@ jobs:
12
13
14
15
16
17
0 commit comments