Add call to build tag script

This commit is contained in:
2023-04-10 12:17:54 -06:00
committed by GitHub
parent a16b1cd073
commit 440b146e80
+2
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"