Skip to content

Commit 1af8bc7

Browse files
committed
fix build
1 parent 60712d4 commit 1af8bc7

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/workflows/dotnet.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,6 @@ jobs:
6464
with:
6565
name: packages
6666

67-
- name: Publish Packages GitHub
68-
run: |
69-
for package in $(find -name "*.nupkg"); do
70-
echo "${0##*/}": Pushing $package...
71-
dotnet nuget push $package --source https://nuget.pkg.github.com/loresoft/index.json --api-key ${{ secrets.GITHUB_TOKEN }} --skip-duplicate
72-
done
73-
7467
- name: Publish Packages feedz
7568
run: |
7669
for package in $(find -name "*.nupkg"); do

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Source generator to expose assembly attributes as string constants.
44

5-
[![Build status](https://github.com/loresoft/AssemblyMetadata.Generators/workflows/Build/badge.svg)](https://github.com/loresoft/AssemblyMetadata.Generators/actions)
5+
[![Build status](https://github.com/loresoft/AssemblyMetadata.Generators/actions/workflows/dotnet.yml/badge.svg)](https://github.com/loresoft/AssemblyMetadata.Generators/actions)
66

77
[![NuGet Version](https://img.shields.io/nuget/v/AssemblyMetadata.Generators.svg?style=flat-square)](https://www.nuget.org/packages/AssemblyMetadata.Generators/)
88

0 commit comments

Comments
 (0)