From ef2d5772a00ee683a91be4bcd74fe17bcdb3a093 Mon Sep 17 00:00:00 2001 From: Roman Fomin Date: Sun, 23 Oct 2022 01:18:42 +0700 Subject: [PATCH] release workflow: fix version number --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ea4e4ace..6e0bec0b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -77,7 +77,7 @@ jobs: cpack -G ZIP - name: Release - uses: ncipollo/release-action@v1.11.1 + uses: ncipollo/release-action@v1 with: name: Woof! ${{ env.VERSION }} bodyFile: CHANGELOG.md