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 5778e7e commit 196ab00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-and-update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@ jobs:

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

0 comments on commit 196ab00

Please sign in to comment.