Skip to content

Commit

Permalink
Merge pull request #98 from 9renpoto/fix/tag
Browse files Browse the repository at this point in the history
fix: rename new version
  • Loading branch information
9renpoto committed Dec 5, 2023
2 parents d60ed28 + 0fdfb03 commit f152151
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ jobs:
id: get_version
run: echo "NEW_VERSION=$(docker run --rm alpine/semver semver -c -i ${{ inputs.semver }} ${{ steps.github_releases.outputs.result }})" >> "$GITHUB_OUTPUT"

- run: echo ${{steps.get_version.outputs.NEW_VERSION}}

- name: Generate release notes
uses: actions/github-script@v7
id: get_release_note
Expand All @@ -58,7 +56,7 @@ jobs:
{
owner: context.repo.owner,
repo: context.repo.repo,
tag_name: process.env.NEW_VERSION,
tag_name: `v${process.env.NEW_VERSION}`,
}
);
return notes.data.body;
Expand Down

0 comments on commit f152151

Please sign in to comment.