Skip to content

Commit

Permalink
ci: update release workflow to use ncipollo
Browse files Browse the repository at this point in the history
  • Loading branch information
FallenDeity committed Dec 20, 2023
1 parent 8b0b2d1 commit 1cdde82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
name: Release ${{ steps.changelog.outputs.date }} (${{ steps.changelog.outputs.version }})
tag: ${{ steps.tag_name.outputs.tag_name }}
name: Release ${{ steps.changelog.outputs.version }} - (${{ steps.changelog.outputs.date }})
tag: v${{ steps.changelog.outputs.version }}
body: ${{ steps.changelog.outputs.description }}
prerelease: $${{ steps.changelog.outputs.status == 'prereleased' }}
draft: $${{ steps.changelog.outputs.status == 'unreleased' }}
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Changelog for the `pokelance` package.

## 0.2.4 (2023-12-20)
## 0.2.4 - 2023-12-20

#### New Features

Expand Down

0 comments on commit 1cdde82

Please sign in to comment.