Skip to content

Commit

Permalink
EC
Browse files Browse the repository at this point in the history
  • Loading branch information
jtn70 committed Jul 6, 2021
1 parent 9944356 commit 58f57ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
#- name: Store github token
# run: dotnet nuget add source --username jtn70 --password ${{ secrets.JTN70_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/Sarpsborg-kommune/index.json"
- name: Publish the package to github
run: dotnet nuget push PowershellWebService/bin/Release/*.nupkg
run: dotnet nuget push bin/Release/*.nupkg

0 comments on commit 58f57ed

Please sign in to comment.