Skip to content

Commit fec8e2e

Browse files
committed
Fix release workflow
1 parent 2bb1aaa commit fec8e2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
# uses: actions/checkout@v4
2727
- name: Set up python
2828
- uses: actions/setup-python@v5
29-
with:
30-
python-version: '3.11'
29+
with:
30+
python-version: '3.11'
3131
- name: Build
3232
run: make compile-with-docker-all
3333
# run: echo ${{ github.sha }} > Release.txt

0 commit comments

Comments
 (0)