We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bce6a62 + 4bb751a commit 324796fCopy full SHA for 324796f
1 file changed
.github/workflows/release.yml
@@ -6,7 +6,7 @@ permissions:
6
7
on:
8
release:
9
- types: [published]
+ types: [released]
10
11
jobs:
12
@@ -28,8 +28,6 @@ jobs:
28
with:
29
node-version: 22.x
30
registry-url: "https://registry.npmjs.org"
31
- cache: "pnpm"
32
- always-auth: true
33
34
- name: Install pnpm
35
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
0 commit comments