Skip to content

Commit 3d8ff87

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,15 @@ jobs:
1919
permissions:
2020
contents: read
2121
actions: write
22+
if: github.event.ref.verification.verified == true
2223
uses: ./.github/workflows/lint.yml
2324
secrets: inherit
2425

2526
test:
2627
permissions:
2728
contents: read
2829
actions: write
30+
if: github.event.ref.verification.verified == true
2931
uses: ./.github/workflows/test.yml
3032
secrets: inherit
3133

0 commit comments

Comments
 (0)