Consolidate actions
All checks were successful
Build and Publish / release (push) Successful in 47s

This commit is contained in:
Ryan McGuire 2024-12-17 16:30:53 -05:00
parent 426f810faf
commit 0bc1b89179

View File

@ -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