From 837813851b5ef7948e637ff256f19299f5dc456f Mon Sep 17 00:00:00 2001 From: brooke Date: Sun, 4 May 2025 13:47:15 -0400 Subject: [PATCH] remove optional name field --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a3c881d..a045d64 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,7 +61,6 @@ jobs: uses: https://github.com/ncipollo/release-action@v1 with: tag: ${{ env.LATEST_TAG }} - name: ${{ env.LATEST_TAG }} draft: true allowUpdates: true replacesArtifacts: true @@ -163,7 +162,6 @@ jobs: uses: https://github.com/ncipollo/release-action@v1 with: tag: ${{ env.LATEST_TAG }} - name: ${{ env.LATEST_TAG }} draft: true allowUpdates: true replacesArtifacts: true