From 3aeed6093003ebda1cd993bfc6457eaf13a6e846 Mon Sep 17 00:00:00 2001 From: Nicolas Karolak Date: Fri, 11 Oct 2024 11:31:53 +0200 Subject: [PATCH] ci: explicitly provide tag name to release action --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index d6b38cf..0c14eba 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -48,8 +48,8 @@ jobs: uses: softprops/action-gh-release@v2 with: body_path: _changelog.md - name: ${{ env.REVISION }} files: ./dist/* + tag_name: ${{ env.REVISION }} - name: Publish package to PyPI if: env.PREVIOUS_REVISION != env.REVISION