Skip to content

Commit 324796f

Browse files
authored
Merge pull request #12 from formbricks/backport-release-action-errors
fix: backports the release action erorrs
2 parents bce6a62 + 4bb751a commit 324796f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permissions:
66

77
on:
88
release:
9-
types: [published]
9+
types: [released]
1010

1111
jobs:
1212
release:
@@ -28,8 +28,6 @@ jobs:
2828
with:
2929
node-version: 22.x
3030
registry-url: "https://registry.npmjs.org"
31-
cache: "pnpm"
32-
always-auth: true
3331

3432
- name: Install pnpm
3533
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0

0 commit comments

Comments
 (0)