Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Somfic authored Sep 1, 2023
1 parent e6d05af commit 2c0231e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,21 +107,14 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.0"

- name: Install changelog generator
run: gem install github_changelog_generator

- name: Generate changelog
run: github_changelog_generator -u ${{github.repository_owner}} -p ${{github.event.repository.name}} --token ${{secrets.GITHUB_TOKEN}} --since-tag ${{needs.semver.outputs.previous}} --future-release ${{needs.semver.outputs.semver}}


- name: Create release
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
with:
tag_name: ${{needs.semver.outputs.semver}}
name: v${{needs.semver.outputs.semver}}
body_path: CHANGELOG.md
prerelease: ${{needs.semver.outputs.prerelease}}

publish:
Expand Down

0 comments on commit 2c0231e

Please sign in to comment.