diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 10ac34a..351d148 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -60,7 +60,6 @@ jobs: id: create_release uses: https://github.com/ncipollo/release-action@v1 with: - tag: ${{ env.LATEST_TAG }} allowUpdates: true replacesArtifacts: true artifacts: "reticulum-meshchat/dist/ReticulumMeshChat-${{ env.LATEST_TAG }}-linux-amd64.AppImage" @@ -158,7 +157,6 @@ jobs: id: create_release uses: https://github.com/ncipollo/release-action@v1 with: - tag: ${{ env.LATEST_TAG }} allowUpdates: true replacesArtifacts: true artifacts: "reticulum-meshchat/dist/ReticulumMeshChat-${{ env.LATEST_TAG }}-linux-arm64.AppImage"