From 29fc181a109bfdc4e88b64033c236156ad2a37cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?George=20Kazami=20=5B=E4=B9=94=E6=B2=BB=C2=B7=E9=A2=A8?= =?UTF-8?q?=E8=A6=8B=5D?= Date: Sun, 5 Mar 2023 01:40:59 +0000 Subject: [PATCH] Update release-and-update-changelog.yml --- .github/workflows/release-and-update-changelog.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/release-and-update-changelog.yml b/.github/workflows/release-and-update-changelog.yml index f65a22e..e73fda8 100644 --- a/.github/workflows/release-and-update-changelog.yml +++ b/.github/workflows/release-and-update-changelog.yml @@ -65,6 +65,14 @@ jobs: - name: Install dependencies run: pnpm install + - uses: oleksiyrudenko/gha-git-credentials@v2-latest + with: + global: true + name: ${{ github.actor }} + email: ${{ github.actor }}@vtb.link + actor: ${{ github.actor }} + token: ${{ secrets.GITHUB_TOKEN }} + - name: update the changelog and add a new tag if: ${{ inputs.deploy_version }} == '' run: pnpm release:changelog