Skip to content

Commit

Permalink
chore(meta): use different release task
Browse files Browse the repository at this point in the history
  • Loading branch information
sabberworm committed Oct 17, 2024
1 parent 063d739 commit 1a36d2c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
github-token: ''
preset: 'conventionalcommits'
output-file: 'docs/CHANGELOG.md'
skip-version-file: 'true'
skip-version-file: true
skip-on-empty: false

- name: Create Release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.github_token }}
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ steps.changelog.outputs.tag }}
release_name: ${{ steps.changelog.outputs.tag }}
body: ${{ steps.changelog.outputs.clean_changelog }}
make_latest: 'true'

0 comments on commit 1a36d2c

Please sign in to comment.