Skip to content

Commit

Permalink
ci: build release artifacts after tests
Browse files Browse the repository at this point in the history
  • Loading branch information
megglos committed Sep 23, 2024
1 parent 953f15c commit 64e33bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ jobs:
pushd internal/embedded
echo "${RELEASE_VERSION}" > data/VERSION
git commit -am "build(project): update go embedded version data"
- name: Build Go Client
- name: Run Go Client tests
working-directory: .
run: go test -mod=vendor -v ./...
- name: Build Go Client release artifacts
shell: bash
id: build-go
working-directory: cmd/zbctl
run: ./build.sh
- name: Run Go Client tests
working-directory: .
run: go test -mod=vendor -v ./...
- name: Go Post-Release
run: |
# Publish Go tag for the release
Expand Down

0 comments on commit 64e33bf

Please sign in to comment.