Skip to content

Commit c19f847

Browse files
authored
chore: fix release workflow (#2)
1 parent babf0eb commit c19f847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
release:
1414
runs-on: ubuntu-latest
15-
if: github.event.head_commit.committer.name != 'GitHub'
15+
# if: github.event.head_commit.committer.name != 'GitHub'
1616
# needs: ci
1717
permissions:
1818
contents: write

0 commit comments

Comments
 (0)