We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5285268 commit e81ceaaCopy full SHA for e81ceaa
1 file changed
.github/workflows/publish.yml
@@ -10,7 +10,7 @@ on:
10
- main
11
- master
12
paths:
13
- - '.release-plan.json'
+ - ".release-plan.json"
14
15
concurrency:
16
group: publish-${{ github.head_ref || github.ref }}
@@ -26,12 +26,12 @@ jobs:
26
attestations: write
27
28
steps:
29
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
30
- uses: pnpm/action-setup@v4
31
- uses: actions/setup-node@v6
32
with:
33
node-version: 22
34
- registry-url: 'https://registry.npmjs.org'
+ registry-url: "https://registry.npmjs.org"
35
cache: pnpm
36
- run: pnpm install --frozen-lockfile
37
- run: npm install -g npm@latest # ensure that the globally installed npm is new enough to support OIDC
0 commit comments