Merge pull request 'chore: Fix push to master' (#16) from dev into master
Reviewed-on: #16
This commit is contained in:
commit
5bff88fc23
@ -115,6 +115,9 @@ jobs:
|
|||||||
|
|
||||||
git add pubspec.yaml CHANGELOG.md
|
git add pubspec.yaml CHANGELOG.md
|
||||||
git commit -m "chore: bump version to $NEW_VERSION+$NEW_BUILD and update changelog" || echo "No changes to commit"
|
git commit -m "chore: bump version to $NEW_VERSION+$NEW_BUILD and update changelog" || echo "No changes to commit"
|
||||||
|
|
||||||
|
git branch
|
||||||
|
git log
|
||||||
|
git remote -v
|
||||||
echo "🔗 Pushing to remote repository..."
|
echo "🔗 Pushing to remote repository..."
|
||||||
git push -u origin master
|
git push origin /master
|
||||||
|
Loading…
x
Reference in New Issue
Block a user