Merge pull request 'chore: Fix format' (#13) from dev into master
Reviewed-on: #13
This commit is contained in:
commit
ee9f6f05e8
@ -108,19 +108,19 @@ jobs:
|
|||||||
|
|
||||||
mv "$TEMP_CHANGELOG" "$CHANGELOG_FILE"
|
mv "$TEMP_CHANGELOG" "$CHANGELOG_FILE"
|
||||||
|
|
||||||
- name: Set remote URL
|
- name: Set remote URL
|
||||||
run: |
|
run: |
|
||||||
git remote remove origin
|
git remote remove origin
|
||||||
git remote add origin "https://${{ secrets.GITEAACCESSTOKEN }}@${{ secrets.GITEAURL#https:// }}/mobiles/flutter-mobile.git"
|
git remote add origin https://${{ secrets.GITEAACCESSTOKEN }}@${{ secrets.GITEAURL#https:// }}/mobiles/flutter-mobile.git
|
||||||
git remote -v # Vérifier que l'URL est correcte
|
git remote -v # Vérifier que l'URL est correcte
|
||||||
|
|
||||||
- name: Commit and Push Changes
|
- name: Commit and Push Changes
|
||||||
run: |
|
run: |
|
||||||
git config --global user.email "gitea-actions@bot.com"
|
git config --global user.email "gitea-actions@bot.com"
|
||||||
git config --global user.name "Gitea Actions"
|
git config --global user.name "Gitea Actions"
|
||||||
|
|
||||||
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"
|
||||||
|
|
||||||
echo "🔗 Pushing to remote repository..."
|
echo "🔗 Pushing to remote repository..."
|
||||||
git push origin master
|
git push origin master
|
||||||
|
Loading…
x
Reference in New Issue
Block a user