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 86c6c62 commit 21e2b78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-and-update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ jobs:
run: pnpm install

- name: update the changelog and add a new tag
if: ${{ (${{ inputs.deploy_version }} == "") }}
if: ${{ inputs.deploy_version }} == ''
run: pnpm release:changelog

- name: update the changelog and add a specific tag
if: ${{ (${{ inputs.deploy_version }} != "") }}
if: ${{ inputs.deploy_version }} != ''
run: pnpm release:changelog --release-as ${{ inputs.deploy_version }}

0 comments on commit 21e2b78

Please sign in to comment.