We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a707685 commit 890c086Copy full SHA for 890c086
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
32
build:
33
name: Build Package
34
- if: github.event.head_commit.verification.verified == true
+ if: github.event.ref.verification.verified == true
35
runs-on: ubuntu-latest
36
permissions:
37
contents: read
0 commit comments