Skip to content

Commit e9a9bc2

Browse files
Fix the name of the secret for the nuget.org user name
1 parent 525418b commit e9a9bc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
uses: nuget/login@v1
138138
id: nuget-login
139139
with:
140-
user: ${{ secrets.NUGET_ORG_USER }}
140+
user: ${{ secrets.INFRAGISTICS_NUGET_ORG_USER }}
141141

142142
- name: Publish to NuGet.org
143143
if: false # This step will never run

0 commit comments

Comments
 (0)