From b36f9bc974378df4556b3dfc83e5b4e3c149b18d Mon Sep 17 00:00:00 2001 From: David Boreham Date: Thu, 6 Apr 2023 19:07:47 -0600 Subject: [PATCH] Fix errors Former-commit-id: 8fe0b2dc295fc3336911540e1af7da5b0c69f846 --- .gitea/workflows/publish.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index 835c2882..7c609965 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -27,11 +27,9 @@ 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 - run: echo "Create the release here" - 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 - run: echo "Upload artifact here"