Skip to content

Commit 297a400

Browse files
committed
Fix release workflow
1 parent a37cfbd commit 297a400

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ jobs:
2929
with:
3030
python-version: '3.11'
3131
- name: Build
32+
- uses: actions/checkout@v4
3233
run: make compile-with-docker-all
3334
- name: Release
34-
uses: softprops/action-gh-release@v2
35+
- uses: softprops/action-gh-release@v2
3536
if: startsWith(github.ref, 'refs/tags/')
3637
with:
3738
files: |

0 commit comments

Comments
 (0)