diff --git a/.github/workflows/bump.yml b/.github/workflows/bump.yml index 463e936..063e09c 100644 --- a/.github/workflows/bump.yml +++ b/.github/workflows/bump.yml @@ -55,6 +55,7 @@ jobs: owner: context.repo.owner, repo: context.repo.repo, tag_name: `v${process.env.NEW_VERSION}`, + previous_tag_name: '${{ steps.github_releases.outputs.result }}', } ); return notes.data.body;