Skip to content

Commit e64ee77

Browse files
committed
fix
1 parent d9a3b38 commit e64ee77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
release:
133133
runs-on: ubuntu-latest
134134
needs: [ build-windows, build-macos, build-linux ]
135-
# if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
135+
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
136136
steps:
137137
- name: Download Windows artifact
138138
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)