Skip to content

Commit 3c4ee7f

Browse files
authored
Merge pull request #18 from kozistr/feature/workflow
[Refactor] `release_name`
2 parents ed93a9b + 28aec93 commit 3c4ee7f

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
@@ -19,7 +19,7 @@ jobs:
1919
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
2020
with:
2121
tag_name: ${{ github.ref }}
22-
release_name: Release ${{ github.ref }}
22+
release_name: pytorch-optimizer ${{ github.ref }}
2323
draft: false
2424
prerelease: false
2525
deploy:

0 commit comments

Comments
 (0)