From a559c2e90f6fc524ceed2443e223bf4e3aaa5ec5 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Thu, 6 Apr 2023 19:33:27 -0600 Subject: [PATCH] Try forcing a tag --- .gitea/workflows/publish.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index 7c609965..b0ed9ab5 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -27,9 +27,13 @@ jobs: # It might be done on creation of a git tag # Or it might be done on merge to a release branch # Somehow by this point however we need to know the release version + with: + input_tag_name: "v1.2.3" - name: "Build local shiv package" # Build has to be done after deciding on the version because # we bundle the version into the build run: ./scripts/build_shiv_package.sh - name: "Upload release artifact" uses: cerc-io/action-gh-release@v1 + with: + files: requirements.txt