Skip to content

Commit

Permalink
Fixed version history source file path
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Feb 14, 2024
1 parent 40a1687 commit 109e4a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Install dependencies
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
- id: changelog
uses: agronholm/release-notes@v1
with:
path: docs/versionhistory.rst
path: CHANGES.rst
- uses: ncipollo/release-action@v1
with:
body: ${{ steps.changelog.outputs.changelog }}

0 comments on commit 109e4a7

Please sign in to comment.