From ed0083202e01ec3f9aaebfaba9f0bc0cfad29757 Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 9 Feb 2024 16:38:26 +0100 Subject: [PATCH] Try to get tag --- .github/workflows/manual-republishing.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/manual-republishing.yml b/.github/workflows/manual-republishing.yml index 40aef6e..f8929bb 100644 --- a/.github/workflows/manual-republishing.yml +++ b/.github/workflows/manual-republishing.yml @@ -63,6 +63,5 @@ jobs: - name: Upload Release Asset (whl) to GitHub id: upload-release-asset uses: softprops/action-gh-release@v1 - if: startsWith(github.ref, 'refs/tags/') with: - files: dist/${{ env.name }} \ No newline at end of file + files: dist/${{ env.name }} \ No newline at end of file