Skip to content

Commit

Permalink
fix: test release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugoch committed Feb 1, 2025
1 parent aeb1262 commit b4f4817
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ jobs:
export runs_on="ubuntu-latest"
export platform=""
export extra_pytest=""
if [[ "${GITHUB_REF}" == refs/tags/* ]]; then
export tt="refs/tags/0.1"
if [[ "${tt}" == refs/tags/* ]]; then
export build_type="release";
export target="";
else
Expand Down

0 comments on commit b4f4817

Please sign in to comment.