This commit is contained in:
parent
426f810faf
commit
0bc1b89179
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user