diff --git a/.github/workflows/build-assets.yml b/.github/workflows/build-assets.yml index 1d2dc3efac3..b0a3468c4a4 100644 --- a/.github/workflows/build-assets.yml +++ b/.github/workflows/build-assets.yml @@ -74,16 +74,7 @@ jobs: generateReleaseNotes: false prerelease: ${{ contains(github.ref, '-rc') }} - - name: Release LN - uses: ncipollo/release-action@v1.14.0 - with: - allowUpdates: true - generateReleaseNotes: false - prerelease: ${{ contains(github.ref, '-rc') }} - owner: ${{ secrets.LNB_ACTOR }} - repo: LN - token: ${{ secrets.LNB_TOKEN }} - tag: ${{ steps.vars.outputs.internal_tag }} + build-docker: name: Build Docker