diff --git a/.github/workflows/release-appimage.yml b/.github/workflows/release-appimage.yml index a12412bd..b6d3ac23 100644 --- a/.github/workflows/release-appimage.yml +++ b/.github/workflows/release-appimage.yml @@ -30,13 +30,19 @@ jobs: with: name: "continuous" tag: "continuous" - prerelease: true + draft: false body: "The newest version directly from the master branch. THIS IS BLEEDING ENDGE AND WILL MOST LIKELY CONTAIN UNKOWN BUGS." token: ${{ secrets.GITHUB_TOKEN }} artifacts: | ${{ github.workspace }}/hotspot-debuginfo-* ${{ github.workspace }}/*.AppImage + - name: Release latest release + run: | + gh release edit continuous --draft=false || true + env: + GH_TOKEN: ${{ github.token }} + - name: Create release PR uses: google-github-actions/release-please-action@v4 with: