Skip to content

Commit 9328de3

Browse files
Remove double publish
1 parent 2d9e0c0 commit 9328de3

1 file changed

Lines changed: 1 addition & 16 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -90,19 +90,4 @@ jobs:
9090
if: failure()
9191
with:
9292
name: Source
93-
path: ./*
94-
95-
publish:
96-
runs-on: ubuntu-latest
97-
needs: build
98-
steps:
99-
- uses: actions/download-artifact@v4
100-
with:
101-
name: Packages
102-
103-
- name: Setup NuGet
104-
run: dotnet nuget add source --username ${{ github.repository_owner }} --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json"
105-
106-
- name: Publish
107-
run: dotnet nuget push -s github "**/*.nupkg"
108-
working-directory: ./output/csharp-netcore/accounting
93+
path: ./*

0 commit comments

Comments
 (0)