We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d8ff87 commit dd3f1b4Copy full SHA for dd3f1b4
.github/workflows/release.yml
@@ -19,21 +19,21 @@ jobs:
19
permissions:
20
contents: read
21
actions: write
22
- if: github.event.ref.verification.verified == true
+ if: ${{ github.event.ref.verification.verified }}
23
uses: ./.github/workflows/lint.yml
24
secrets: inherit
25
26
test:
27
28
29
30
31
uses: ./.github/workflows/test.yml
32
33
34
build:
35
name: Build Package
36
37
runs-on: ubuntu-latest
38
39
0 commit comments