Skip to content

Commit

Permalink
Update release-and-update-changelog.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kazami139 authored and GitHub Enterprise committed Mar 5, 2023
1 parent 21e2b78 commit 29fc181
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release-and-update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29fc181

Please sign in to comment.