Skip to content

Commit 1629c7a

Browse files
committed
Fix cp
1 parent 3ba21c6 commit 1629c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_nuget_workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ jobs:
6060
- name: nuget publish
6161
run: nuget push D:\package\%REPO_NAME%.%TAG_NAME%.nupkg ${{secrets.NUGET_TOKEN}} -Source https://api.nuget.org/v3/index.json
6262
env:
63-
REPO_NAME: ${{ github.event.release.tag_name }}
63+
REPO_NAME: ${{ github.event.repository.name }}

0 commit comments

Comments
 (0)