Skip to content

Commit

Permalink
build: Drop changelog generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Feb 16, 2023
1 parent 8a5b873 commit c1bffb8
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,3 @@ jobs:
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.PYPI_TOKEN }}

release-notes:
name: Release Notes
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3

- name: Release Notary Action
uses: docker://outillage/release-notary
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c1bffb8

Please sign in to comment.