Skip to content

Commit e5f6c70

Browse files
authored
fix: fix Nuget API token
1 parent 72731e1 commit e5f6c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
BUILD_RUN_NUMBER: build.${{ GITHUB.RUN_NUMBER }}
1111
GITHUB_TOKEN: ${{ SECRETS.GITHUB_TOKEN }}
1212
MYGET_API_TOKEN: ${{ SECRETS.MYGET_API_KEY }}
13-
NUGET_API_TOKEN: ${{ SECRETS.NUGET_API_KEY }}
13+
NUGET_API_TOKEN: ${{ SECRETS.NUGET_API_TOKEN }}
1414
COVERALLS_REPO_TOKEN: ${{ SECRETS.COVERALLS_REPO_TOKEN }}
1515

1616
jobs:

0 commit comments

Comments
 (0)