1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

Update publish-new-version.yaml

This commit is contained in:
Mateusz Kwasniewski 2022-12-05 16:32:10 +01:00 committed by GitHub
parent e378f904bd
commit 8bf7d31fed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: setup git config
run: |
git config user.name "GitHub Actions Bot"
git config user.email "<>"
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with: