From ea9496703d1ff451e86be1a55da5a40ceee7e404 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Fri, 6 Nov 2020 14:55:52 -0300 Subject: [PATCH] github: Update deploy with tag MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2dc8c59..98377f7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -57,5 +57,5 @@ jobs: file: mavlink2rest-${{ matrix.TARGET }}${{ matrix.EXTENSION }} asset_name: mavlink2rest-${{ matrix.TARGET }}${{ matrix.EXTENSION }} tag: ${{ github.ref }} - prerelease: ${{ !startsWith(github.ref, 'refs/tags/v') }} + prerelease: ${{ !startsWith(github.ref, 'refs/tags/') }} overwrite: true