From 2198c0848e17aef1689ce418199e8dfde69d83be Mon Sep 17 00:00:00 2001 From: Samat Iskaziyev Date: Wed, 8 May 2024 16:04:39 +0200 Subject: [PATCH] update publish script --- .github/workflows/test-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 5163f4e..ba75701 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -121,7 +121,7 @@ jobs: uses: anothrNick/github-tag-action@1.64.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - WITH_V: true + WITH_V: false id: bump - name: Release action uses: ncipollo/release-action@v1