Skip to content

Commit cdc5549

Browse files
committed
build(ci): fix typo
1 parent e3a0ffe commit cdc5549

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)