Skip to content

Commit

Permalink
feat!: remove old releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
3h4x committed Jul 17, 2022
1 parent 528ebd5 commit 6dcaef3
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,6 @@ jobs:
with:
fetch-depth: 0

- name: Conventional Changelog Release
uses: TriPSs/conventional-changelog-action@v3
id: changelog
- uses: google-github-actions/release-please-action@v3
with:
github-token: ${{ secrets.github_token }}
skip-version-file: true
skip-on-empty: false


- name: Create Release
uses: actions/create-release@v1
if: ${{ steps.changelog.outputs.skipped == 'false' }}
env:
GITHUB_TOKEN: ${{ secrets.github_token }}
with:
tag_name: ${{ steps.changelog.outputs.tag }}
release_name: ${{ steps.changelog.outputs.tag }}
body: ${{ steps.changelog.outputs.clean_changelog }}
release-type: python

0 comments on commit 6dcaef3

Please sign in to comment.