Skip to content

Commit fc44743

Browse files
committed
actual last one
1 parent e7b2fca commit fc44743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
create-release:
132132
needs: [build-windows, build-linux, build-macos]
133133
runs-on: ubuntu-latest
134-
if: startsWith(github.ref, 'refs/tags/')
134+
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch'
135135
steps:
136136
- name: Download all artifacts
137137
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)