Skip to content

Commit e74be76

Browse files
committed
update(workflows): Remove if on release
1 parent 692288a commit e74be76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ jobs:
386386
path: ${{env.PATH_ARTIFACTS}}/build/Swiftly.Core.Windows
387387

388388
release:
389-
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && github.event.head_commit.verification.verified == true }}
389+
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
390390
permissions:
391391
contents: write
392392
needs: ["packer", "versioning"]

0 commit comments

Comments
 (0)