1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-20 00:08:02 +01:00

Update publish-new-version.yaml

This commit is contained in:
Mateusz Kwasniewski 2022-12-06 08:29:34 +01:00 committed by GitHub
parent d8fa693849
commit 9e1fa06832
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,8 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
token: ${{ secrets.GH_PUSH_TOKEN }}
- name: setup git config
run: |
git config user.name "GitHub Actions Bot"