diff --git a/.forgejo/workflows/debian.yml b/.forgejo/workflows/debian.yml index abeee26..7a1886b 100644 --- a/.forgejo/workflows/debian.yml +++ b/.forgejo/workflows/debian.yml @@ -36,7 +36,7 @@ jobs: run: | dpkg-deb --build PKG_SOURCE timetracker_${{github.ref_name}}.deb - - name: Release the Deb package - uses: softprops/action-gh-release@v2 - with: - files: timetracker_${{github.ref_name}}.deb + #- name: Release the Deb package + #uses: softprops/action-gh-release@v2 + #with: + #files: timetracker_${{github.ref_name}}.deb