Skip to content

Commit

Permalink
have FAKE push nightlies from Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb authored Feb 3, 2021
1 parent 836cbc2 commit 726f8ac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/nightly-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,4 @@ jobs:
env:
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Build Packages
run: ./build.cmd nugetprerelease=dev
- name: Push Packages
run: dotnet nuget push "./bin/nuget/*.nupkg" --api-key ${{secrets.GITHUB_TOKEN}} --source https://nuget.pkg.github.com/akkadotnet/index.json
run: ./build.cmd nugetprerelease=dev nugetpublishurl="https://nuget.pkg.github.com/akkadotnet/index.json" nugetkey=${{secrets.GITHUB_TOKEN}}

0 comments on commit 726f8ac

Please sign in to comment.