diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index bfe47df..a17626b 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -64,13 +64,6 @@ jobs: with: name: packages - - name: Publish Packages GitHub - run: | - for package in $(find -name "*.nupkg"); do - echo "${0##*/}": Pushing $package... - dotnet nuget push $package --source https://nuget.pkg.github.com/loresoft/index.json --api-key ${{ secrets.GITHUB_TOKEN }} --skip-duplicate - done - - name: Publish Packages feedz run: | for package in $(find -name "*.nupkg"); do diff --git a/README.md b/README.md index 07af7d5..5efc49c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Source generator to expose assembly attributes as string constants. -[![Build status](https://github.com/loresoft/AssemblyMetadata.Generators/workflows/Build/badge.svg)](https://github.com/loresoft/AssemblyMetadata.Generators/actions) +[![Build status](https://github.com/loresoft/AssemblyMetadata.Generators/actions/workflows/dotnet.yml/badge.svg)](https://github.com/loresoft/AssemblyMetadata.Generators/actions) [![NuGet Version](https://img.shields.io/nuget/v/AssemblyMetadata.Generators.svg?style=flat-square)](https://www.nuget.org/packages/AssemblyMetadata.Generators/)