Skip to content

Commit

Permalink
Disabling GH NuGet nightly flow (#6021)
Browse files Browse the repository at this point in the history
Working on turning on some other GH actions, but want to disable this one for the time being
  • Loading branch information
Aaronontheweb committed Jun 23, 2022
1 parent 65edb0c commit b56ea0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-nuget.yml
Expand Up @@ -22,5 +22,5 @@ jobs:
source-url: https://nuget.pkg.github.com/akkadotnet/index.json
env:
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Build Packages
run: ./build.cmd Nuget nugetprerelease=dev nugetpublishurl="https://nuget.pkg.github.com/akkadotnet/index.json" nugetkey=${{secrets.GITHUB_TOKEN}}
#- name: Build Packages
# run: ./build.cmd Nuget nugetprerelease=dev nugetpublishurl="https://nuget.pkg.github.com/akkadotnet/index.json" nugetkey=${{secrets.GITHUB_TOKEN}}

0 comments on commit b56ea0b

Please sign in to comment.