Skip to content

Commit

Permalink
ci: update fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjl-mux authored and daytime-em committed Nov 22, 2024
1 parent b05fa4d commit 1f2b048
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/create-dynamic-xcframework.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ then
fi

if [[ $(git branch --show-current | sed -E 's/.*v([0-9]+\.[0-9]+\.[0-9]+).*/\1/') == $(git branch --show-current) ]]; then
readonly RELEASE_VERSION="4.1.2"
readonly RELEASE_VERSION="4.2.0"
echo "▸ Not on a release branch. Falling back to hardcoded release version: $RELEASE_VERSION"
else
readonly RELEASE_VERSION=$(git branch --show-current | sed -E 's/.*v([0-9]+\.[0-9]+\.[0-9]+).*/\1/')
Expand Down
2 changes: 1 addition & 1 deletion scripts/create-static-xcframework.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ then
fi

if [[ $(git branch --show-current | sed -E 's/.*v([0-9]+\.[0-9]+\.[0-9]+).*/\1/') == $(git branch --show-current) ]]; then
readonly RELEASE_VERSION="4.1.2"
readonly RELEASE_VERSION="4.2.0"
echo "▸ Not on a release branch. Falling back to hardcoded release version: $RELEASE_VERSION"
else
readonly RELEASE_VERSION=$(git branch --show-current | sed -E 's/.*v([0-9]+\.[0-9]+\.[0-9]+).*/\1/')
Expand Down

0 comments on commit 1f2b048

Please sign in to comment.