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