Skip to content

Commit 38403e5

Browse files
authored
ci: stop publishing preview packages to github package repo
Removed the step to upload the library to GitHub Package Repository from the CI workflow.
1 parent 7f99c27 commit 38403e5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,9 +283,6 @@ jobs:
283283
- name: Setup .NET Core
284284
uses: actions/setup-dotnet@v5
285285

286-
- name: 🛠️ Upload library to GitHub Package Repository
287-
run: dotnet nuget push ${{ env.NUGET_DIRECTORY }}/*.nupkg -k ${{ secrets.GITHUB_TOKEN }} -s https://nuget.pkg.github.com/bunit-dev/index.json --skip-duplicate --no-symbols
288-
289286
- name: 🛠️ NuGet login
290287
uses: NuGet/login@v1
291288
id: nuget-login

0 commit comments

Comments
 (0)