Skip to content

Commit

Permalink
pin version
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Alvarez <[email protected]>
  • Loading branch information
pendo324 committed Jul 2, 2024
1 parent f0521ad commit 785c35b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-and-test-msi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,11 @@ jobs:
fi
echo "tag=$tag" >> ${GITHUB_OUTPUT}
version=${tag#v}
version=1.2.1
if [[ $version =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
echo "Version matches format: $version"
else
echo "Version $version doesn't match format. Using test version: 0.0.1"
version="0.0.1"
fi
echo "version=$version" >> ${GITHUB_OUTPUT}
Expand Down

0 comments on commit 785c35b

Please sign in to comment.