Skip to content

Commit a37cfbd

Browse files
committed
Fix release workflow
1 parent fec8e2e commit a37cfbd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release.yml

-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ jobs:
3030
python-version: '3.11'
3131
- name: Build
3232
run: make compile-with-docker-all
33-
# run: echo ${{ github.sha }} > Release.txt
34-
# - name: Test
35-
# run: cat Release.txt
3633
- name: Release
3734
uses: softprops/action-gh-release@v2
3835
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)