Skip to content

Commit f3f2f5a

Browse files
authored
Merge pull request #21 from hamermike/test/pr
Update deploy.yml
2 parents 409f8dc + fc0d36e commit f3f2f5a

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,8 @@ jobs:
1313
- uses: actions/setup-dotnet@v1
1414
with:
1515
dotnet-version: '2.2.x'
16-
source-url: https://apiint.nugettest.org/v3/index.json
16+
- run: dotnet build Bandwidth.Standard
17+
- run: dotnet pack --configuration Release Bandwidth.Standard
1718
env:
18-
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_KEY }}
19-
- name: Build
20-
run: dotnet build Bandwidth.Standard
21-
- name: Pack
22-
run: dotnet pack --configuration Release Bandwidth.Standard
23-
- name: Push
24-
run: dotnet nuget push Bandwidth.Standard/bin/Release/*.nupkg -k $NUGET_AUTH_TOKEN
19+
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

0 commit comments

Comments
 (0)