diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a045d64..10ac34a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,11 +61,8 @@ jobs: uses: https://github.com/ncipollo/release-action@v1 with: tag: ${{ env.LATEST_TAG }} - draft: true allowUpdates: true replacesArtifacts: true - omitDraftDuringUpdate: true - omitNameDuringUpdate: true artifacts: "reticulum-meshchat/dist/ReticulumMeshChat-${{ env.LATEST_TAG }}-linux-amd64.AppImage" build_linux_aarch64: @@ -162,9 +159,6 @@ jobs: uses: https://github.com/ncipollo/release-action@v1 with: tag: ${{ env.LATEST_TAG }} - draft: true allowUpdates: true replacesArtifacts: true - omitDraftDuringUpdate: true - omitNameDuringUpdate: true artifacts: "reticulum-meshchat/dist/ReticulumMeshChat-${{ env.LATEST_TAG }}-linux-arm64.AppImage"