Add call to build tag script

Former-commit-id: 440b146e80
This commit is contained in:
David Boreham 2023-04-10 12:17:54 -06:00 committed by GitHub
parent 2e747b17be
commit 7021f8ed19

View File

@ -21,6 +21,8 @@ jobs:
run: python3 --version
- name: "Install shiv"
run: pip install shiv
- name: "Generate build version file"
run: ./scripts/create_build_tag_file.sh
- name: "Build local shiv package"
run: ./scripts/build_shiv_package.sh
- name: "Run smoke tests"