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 692288a commit e74be76Copy full SHA for e74be76
.github/workflows/builder.yml
@@ -386,7 +386,7 @@ jobs:
386
path: ${{env.PATH_ARTIFACTS}}/build/Swiftly.Core.Windows
387
388
release:
389
- if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && github.event.head_commit.verification.verified == true }}
+ if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
390
permissions:
391
contents: write
392
needs: ["packer", "versioning"]
0 commit comments