Skip to content

Commit 154d83f

Browse files
authored
Merge pull request #22 from hamermike/test/pr
Update deploy.yml
2 parents f3f2f5a + e06f03b commit 154d83f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
dotnet-version: '2.2.x'
1616
- run: dotnet build Bandwidth.Standard
1717
- run: dotnet pack --configuration Release Bandwidth.Standard
18+
- name: Publish NuGet package
1819
env:
1920
NUGET_KEY: ${{ secrets.NUGET_KEY }}
20-
- run: dotnet nuget push Bandwidth.Standard/bin/Release/*.nupkg -s https://apiint.nugettest.org/v3/index.json -k $NUGET_KEY
21+
run: dotnet nuget push Bandwidth.Standard/bin/Release/*.nupkg -s https://apiint.nugettest.org/v3/index.json -k $NUGET_KEY

0 commit comments

Comments
 (0)