Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #21 from ntohq/dev
Browse files Browse the repository at this point in the history
Add GitHub NuGet Source
  • Loading branch information
Wesley Ford authored Sep 27, 2023
2 parents c30bf3d + 5bd1a1d commit 701cf45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore
- name: Add GitHub Nuget Source
run: dotnet nuget add source --username ntohq --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/ntohq/index.json"
- name: Build and Pack NuGet Package
run: dotnet pack --configuration Release --output ./dist
- name: Move to Dist Directory
Expand Down

0 comments on commit 701cf45

Please sign in to comment.