Skip to content

Commit 109e4a7

Browse files
committed
Fixed version history source file path
1 parent 40a1687 commit 109e4a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818
- name: Set up Python
19-
uses: actions/setup-python@v4
19+
uses: actions/setup-python@v5
2020
with:
2121
python-version: 3.x
2222
- name: Install dependencies
@@ -53,7 +53,7 @@ jobs:
5353
- id: changelog
5454
uses: agronholm/release-notes@v1
5555
with:
56-
path: docs/versionhistory.rst
56+
path: CHANGES.rst
5757
- uses: ncipollo/release-action@v1
5858
with:
5959
body: ${{ steps.changelog.outputs.changelog }}

0 commit comments

Comments
 (0)