Skip to content

Commit 9427d3c

Browse files
authored
Merge pull request #172 from kozistr/fix/ci
[Fix] Typo
2 parents e3a0ffe + cdc5549 commit 9427d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
tag_name: ${{ github.ref }}
2525
release_name: pytorch-optimizer ${{ github.ref }}
26-
body_path: docs/changelog/${{ steps.get_version.outputs.VERSION }}.md
26+
body_path: docs/changelogs/${{ steps.get_version.outputs.VERSION }}.md
2727
draft: false
2828
prerelease: false
2929
deploy:

0 commit comments

Comments
 (0)