Skip to content

Commit

Permalink
Update build-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MRmlik12 authored Jun 23, 2021
1 parent b95521d commit 952a25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- name: Build NuGet package
run: dotnet pack -c Release
- name: publish to Azure DevOps Artifacts
run: dotnet nuget push --source "vulder-azure" --api-key az ${{ secrects.AZURE_KEY }}
run: dotnet nuget push --source "vulder-azure" --api-key az ${{ secrets.AZURE_KEY }}

0 comments on commit 952a25c

Please sign in to comment.