Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MRmlik12 authored Jun 23, 2021
1 parent c0619ef commit b95521d
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 ${{ secrects.AZURE_KEY }}

0 comments on commit b95521d

Please sign in to comment.