Skip to content

Commit

Permalink
Update netcore.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
L3tum authored Dec 6, 2019
1 parent b7ff534 commit 7c8cd1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/netcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
run: dotnet nuget push nupkgs/HardwareInformation.$(cat ./version).nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
- name: Github Package Release
if: startsWith(github.ref, 'refs/tags/')
run: apt install nuget \
run: sudo apt-get install -y nuget \
&& nuget push nupkgs/HardwareInformation.$(cat ./version).nupkg -k L3tum:${{ secrets.GITHUB_TOKEN }} -s "https://nuget.pkg.github.com/L3tum/index.json"

0 comments on commit 7c8cd1c

Please sign in to comment.