Skip to content

Commit c0787cc

Browse files
committed
fix npm release
1 parent e3c62e2 commit c0787cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ on:
55
- main
66
types:
77
- closed
8+
- opened
89

910
jobs:
1011
merged-pr:
11-
if: github.event.pull_request.merged == true && !contains(github.event.pull_request.title, '[skip ci]')
12+
if: (!contains(github.event.pull_request.title, '[skip ci]'))
1213
runs-on: ubuntu-latest
1314
permissions:
1415
id-token: write
@@ -25,7 +26,6 @@ jobs:
2526
with:
2627
node-version: "24.11.0"
2728
registry-url: "https://registry.npmjs.org"
28-
always-auth: true
2929

3030
- name: Install dependencies
3131
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)