chore: Try to fix workflows
Some checks failed
versioning-and-changelog / versioning_and_changelog (pull_request) Failing after 15s
Some checks failed
versioning-and-changelog / versioning_and_changelog (pull_request) Failing after 15s
This commit is contained in:
parent
898729ad3c
commit
9fc89221e3
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user