From 0bc1b891795d32da64f319f6c2964d74636e6544 Mon Sep 17 00:00:00 2001 From: Ryan McGuire Date: Tue, 17 Dec 2024 16:30:53 -0500 Subject: [PATCH] Consolidate actions --- .gitea/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index ba86fe2..71706a9 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -11,7 +11,7 @@ env: GO_GIT_HOST: gitea.libretechconsulting.com jobs: - build: + release: runs-on: ubuntu-latest steps: - name: Checkout Code @@ -64,10 +64,6 @@ jobs: --upload-file ${ZIPFILE} \ "${GITHUB_SERVER_URL}/api/packages/${GITHUB_REPOSITORY_OWNER}/go/upload" - publish: - runs-on: ubuntu-latest - needs: build # Ensure this stage runs only after 'build' is successful - steps: - name: Run Go List env: TAG_NAME: ${{ github.ref_name }} # Use the pushed tag name