Skip to content

Commit

Permalink
Update nuget-source-generator.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kochounoyume authored Jan 26, 2025
1 parent c80759b commit 7863f4f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/nuget-source-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,5 @@ jobs:
- run: dotnet restore src/MinimalUtility.SourceGenerator/MinimalUtility.SourceGenerator.csproj
- run: dotnet build src/MinimalUtility.SourceGenerator/MinimalUtility.SourceGenerator.csproj --configuration Release
- run: dotnet pack src/MinimalUtility.SourceGenerator/MinimalUtility.SourceGenerator.csproj --configuration Release -o src/MinimalUtility.SourceGenerator/artifacts/
- run: |
dotnet nuget add source --username kochounoyume --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/kochounoyume/index.json"
dotnet nuget push src/MinimalUtility.SourceGenerator/artifacts/*.nupkg --api-key ${{secrets.GITHUB_TOKEN}} --source https://nuget.pkg.github.com/kochounoyume/index.json --skip-duplicate
- run: dotnet nuget add source --username kochounoyume --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/kochounoyume/index.json"
- run: dotnet nuget push src/MinimalUtility.SourceGenerator/artifacts/*.nupkg --api-key ${{secrets.GITHUB_TOKEN}} --source https://nuget.pkg.github.com/kochounoyume/index.json --skip-duplicate

0 comments on commit 7863f4f

Please sign in to comment.