There was an error while loading. Please reload this page.
1 parent 4982849 commit 352a9f5Copy full SHA for 352a9f5
1 file changed
.github/workflows/ci.yml
@@ -68,8 +68,7 @@ jobs:
68
69
release:
70
needs: [build]
71
- # if: startsWith(github.ref, 'refs/tags/v') && github.event_name == 'push'
72
- if: github.event_name == 'push'
+ if: startsWith(github.ref, 'refs/tags/v') && github.event_name == 'push'
73
runs-on: ubuntu-24.04
74
steps:
75
- uses: actions/checkout@v6
@@ -93,9 +92,9 @@ jobs:
93
92
- name: List artifacts
94
run: ls -R artifacts
95
96
- # - name: Create Release
97
- # uses: softprops/action-gh-release@v2
98
- # with:
99
- # draft: true
100
- # files: artifacts/*
101
- # fail_on_unmatched_files: true
+ - name: Create Release
+ uses: softprops/action-gh-release@v2
+ with:
+ draft: true
+ files: artifacts/*
+ fail_on_unmatched_files: true
0 commit comments