Merge pull request 'chore: Try to fix workflows' (#4) from dev into master

Reviewed-on: #4
This commit is contained in:
fanantenana 2025-02-05 06:28:38 +00:00
commit 598e4384b4

View File

@ -3,7 +3,7 @@ name: versioning-and-changelog
on: on:
pull_request: pull_request:
types: types:
- merged # Gitea utilise 'merged' et non 'closed' - closed # Gitea utilise 'merged' et non 'closed'
branches: branches:
- master - master
jobs: jobs:
@ -113,5 +113,5 @@ jobs:
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" git commit -m "chore bump version to $NEW_VERSION+$NEW_BUILD and update changelog"
git push https://${{ secrets.GITEA_ACCESS_TOKEN }}@gitea.example.com/owner/repo.git master git push https://${{ secrets.GITEA_ACCESS_TOKEN }}@gitea.example.com/owner/repo.git master