Skip to content

Commit

Permalink
Another versioning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmoon committed Oct 22, 2020
1 parent 84806d3 commit 792245a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ echo "NEW_VERSION=$NEW_VERSION" >> $GITHUB_ENV
echo "New version: $NEW_VERSION"

echo "Updating $PODSPEC"
sed -E "s/^(.*version[ \t]*=[ \t]*)'$CURRENT_VERSION'/\1'$NEW_VERSION'/" $PODSPEC > new.podspec
sed -E "s/^(.*version[ \t]*=[ \t]*)['|\"]$CURRENT_VERSION'/\1'$NEW_VERSION'/" $PODSPEC > new.podspec
mv new.podspec $PODSPEC

echo "Updating .github_changelog_generator"
Expand Down

0 comments on commit 792245a

Please sign in to comment.