From 749b302f5f4788ec675f14a969470f9982a7609c Mon Sep 17 00:00:00 2001 From: David Boreham Date: Thu, 6 Apr 2023 19:47:15 -0600 Subject: [PATCH] Try to upload --- .gitea/workflows/publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index 669c83e5..926f7c2f 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -28,7 +28,7 @@ jobs: # Or it might be done on merge to a release branch # Somehow by this point however we need to know the release version with: - tag_name: "v1.2.3" + tag_name: "v1.2.4" - name: "Build local shiv package" # Build has to be done after deciding on the version because # we bundle the version into the build @@ -36,4 +36,5 @@ jobs: - name: "Upload release artifact" uses: cerc-io/action-gh-release@v1 with: + tag_name: "v1.2.4" files: requirements.txt