We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3c62e2 commit c0787ccCopy full SHA for c0787cc
1 file changed
.github/workflows/release.yml
@@ -5,10 +5,11 @@ on:
5
- main
6
types:
7
- closed
8
+ - opened
9
10
jobs:
11
merged-pr:
- 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]'))
13
runs-on: ubuntu-latest
14
permissions:
15
id-token: write
@@ -25,7 +26,6 @@ jobs:
25
26
with:
27
node-version: "24.11.0"
28
registry-url: "https://registry.npmjs.org"
- always-auth: true
29
30
- name: Install dependencies
31
run: yarn install --frozen-lockfile
0 commit comments