From 5314f4e002c613d350f3f30216238fb6c3058592 Mon Sep 17 00:00:00 2001 From: brooke Date: Sun, 4 May 2025 14:14:23 -0400 Subject: [PATCH] remove tag field --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) 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"