Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pshirshov committed Jan 11, 2024
1 parent 3c44282 commit 5582dfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
nuget-enable: true
- name: Build and Test
env:
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}
NUGET_TOKEN: ${{ secrets.TOKEN_NUGET }}
run: |
cd json-sick-csharp
Expand All @@ -59,5 +59,5 @@ jobs:
for TRG in $(find . -name '*.nupkg' -type f -print)
do
dotnet nuget push $TRG -k ${NUGET_TOKEN} --source https://api.nuget.org/v3/index.json || exit 1
dotnet nuget push $TRG -k ${TOKEN_NUGET} --source https://api.nuget.org/v3/index.json || exit 1
done

0 comments on commit 5582dfd

Please sign in to comment.