Skip to content

Commit

Permalink
fix(ci): Remove release-notary
Browse files Browse the repository at this point in the history
  • Loading branch information
paveldedik committed Mar 17, 2024
1 parent 0abef6b commit 9d47ac4
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,3 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}

release-notes:
name: Update Release Notes
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Generate changelog
uses: docker://aevea/release-notary:0.9.7
with:
command: publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9d47ac4

Please sign in to comment.