We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9a3b38 commit e64ee77Copy full SHA for e64ee77
1 file changed
.github/workflows/release.yaml
@@ -132,7 +132,7 @@ jobs:
132
release:
133
runs-on: ubuntu-latest
134
needs: [ build-windows, build-macos, build-linux ]
135
- # if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
+ if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
136
steps:
137
- name: Download Windows artifact
138
uses: actions/download-artifact@v4
0 commit comments