We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ba21c6 commit 1629c7aCopy full SHA for 1629c7a
.github/workflows/release_nuget_workflow.yaml
@@ -60,4 +60,4 @@ jobs:
60
- name: nuget publish
61
run: nuget push D:\package\%REPO_NAME%.%TAG_NAME%.nupkg ${{secrets.NUGET_TOKEN}} -Source https://api.nuget.org/v3/index.json
62
env:
63
- REPO_NAME: ${{ github.event.release.tag_name }}
+ REPO_NAME: ${{ github.event.repository.name }}
0 commit comments