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 #22 from ntohq/dev
Browse files Browse the repository at this point in the history
Update publish_package.yml
  • Loading branch information
Wesley Ford authored Sep 27, 2023
2 parents 701cf45 + 54c6a01 commit 9cd67c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
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
run: cd dist
- name: Publish Package to GitHub Packages
run: dotnet nuget push *.nupkg --source "github" --api-key ${{ secrets.GITHUB_TOKEN }}
run: |
cd dist
dotnet nuget push *.nupkg --source "github" --api-key ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9cd67c5

Please sign in to comment.