Skip to content

Commit 7732b28

Browse files
chore: Updating build wheels to checkout latest tag
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
1 parent 7999f2a commit 7732b28

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ jobs:
118118
- name: Build and install dependencies
119119
# There's a `git restore` in here because `make install-go-ci-dependencies` is actually messing up go.mod & go.sum.
120120
run: |
121+
git fetch --tags
122+
git checkout ${{ needs.get-version.outputs.release_version }}
121123
pip install -U pip setuptools wheel twine
122124
make build-ui
123125
git status

0 commit comments

Comments
 (0)