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

Commit

Permalink
Update publish_package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Wesley Ford committed Sep 27, 2023
1 parent 5bd1a1d commit 54c6a01
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 54c6a01

Please sign in to comment.