Skip to content

Commit

Permalink
Merge pull request #112 from 9renpoto/fix/changelog
Browse files Browse the repository at this point in the history
fix: add previous_tag_name
  • Loading branch information
9renpoto committed Feb 17, 2024
2 parents 2b79c2a + d790afc commit cb1ed3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit cb1ed3c

Please sign in to comment.