We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd3f1b4 commit c6e3d75Copy full SHA for c6e3d75
.github/workflows/release.yml
@@ -19,21 +19,18 @@ jobs:
19
permissions:
20
contents: read
21
actions: write
22
- 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