diff --git a/.github/workflows/nuget-source-generator.yml b/.github/workflows/nuget-source-generator.yml index 84422b5..3aa64c0 100644 --- a/.github/workflows/nuget-source-generator.yml +++ b/.github/workflows/nuget-source-generator.yml @@ -22,5 +22,5 @@ jobs: - run: dotnet build src/MinimalUtility.SourceGenerator/MinimalUtility.SourceGenerator.csproj --configuration Release --no-restore - run: dotnet pack src/MinimalUtility.SourceGenerator/MinimalUtility.SourceGenerator.csproj --configuration Release -o src/MinimalUtility.SourceGenerator/artifacts/ - run: | - dotnet nuget add source "https://nuget.pkg.github.com/kochounoyume/index.json" -n "github" -u -p ${{secrets.GH_PACKAGES_PAT}} --store-password-in-clear-text + dotnet nuget add source "https://nuget.pkg.github.com/kochounoyume/index.json" -n "github" -u kochounoyume -p ${{secrets.GH_PACKAGES_PAT}} --store-password-in-clear-text dotnet nuget push "src/MinimalUtility.SourceGenerator/MinimalUtility.SourceGenerator/*.nupkg" --api-key ${{secrets.GH_PACKAGES_PAT}} --source "github" --skip-duplicate