Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
isadorasophia authored Jun 25, 2023
1 parent e1e29ff commit 9aa4b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ jobs:
- name: Pack and push
run: |
dotnet pack -c Release
dotnet nuget push ./src/bin/Release/Bang.*.nupkg --source https://api.nuget.org/v3/index.json --skip-duplicate --api-key ${NUGET_TOKEN}
dotnet nuget push ./src/bin/Release/Murder.Bang.*.nupkg --source https://api.nuget.org/v3/index.json --skip-duplicate --api-key ${NUGET_TOKEN}
env:
NUGET_TOKEN: ${{secrets.NUGET_TOKEN}}

0 comments on commit 9aa4b7f

Please # to comment.