Skip to content

Commit dd3f1b4

Browse files
committed
try fix release, workflow
1 parent 3d8ff87 commit dd3f1b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,21 @@ jobs:
1919
permissions:
2020
contents: read
2121
actions: write
22-
if: github.event.ref.verification.verified == true
22+
if: ${{ github.event.ref.verification.verified }}
2323
uses: ./.github/workflows/lint.yml
2424
secrets: inherit
2525

2626
test:
2727
permissions:
2828
contents: read
2929
actions: write
30-
if: github.event.ref.verification.verified == true
30+
if: ${{ github.event.ref.verification.verified }}
3131
uses: ./.github/workflows/test.yml
3232
secrets: inherit
3333

3434
build:
3535
name: Build Package
36-
if: github.event.ref.verification.verified == true
36+
if: ${{ github.event.ref.verification.verified }}
3737
runs-on: ubuntu-latest
3838
permissions:
3939
contents: read

0 commit comments

Comments
 (0)