We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3a0ffe + cdc5549 commit 9427d3cCopy full SHA for 9427d3c
.github/workflows/publish.yml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
tag_name: ${{ github.ref }}
25
release_name: pytorch-optimizer ${{ github.ref }}
26
- body_path: docs/changelog/${{ steps.get_version.outputs.VERSION }}.md
+ body_path: docs/changelogs/${{ steps.get_version.outputs.VERSION }}.md
27
draft: false
28
prerelease: false
29
deploy:
0 commit comments