From e90319fd5f4c222963ddae07f7f997b55dc7b03b Mon Sep 17 00:00:00 2001 From: epignatelli Date: Fri, 21 Jun 2024 17:01:17 +0100 Subject: [PATCH] fix cd --- .github/workflows/CD.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index 25ff538..22698b3 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -29,6 +29,7 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} fallback-version: ${{ env.NAVIX_VERSION }} + skip-tag: true - name: Create Release uses: ncipollo/release-action@v1