RELEASE: fix 3

This commit is contained in:
XargonWan 2024-01-23 09:57:57 +01:00
parent 86b5497789
commit 9a744d7119

View file

@ -82,6 +82,11 @@ jobs:
token: ${{ secrets.TRIGGER_BUILD_TOKEN }}
continue-on-error: true
- name: Set up Git
run: |
git config user.email "actions@github.com"
git config user.name "GitHub Actions"
- name: "Committing changes"
uses: EndBug/add-and-commit@v9.1.3
with: