Skip to content

Commit

Permalink
Remove MyGet feed for preview packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nvborisenko committed Feb 12, 2024
1 parent c431fcd commit 191888e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,6 @@ jobs:
./pkgs/*.nupkg
./pkgs/*.snupkg
Publish_MyGet:
environment:
name: MyGet Gallery
runs-on: ubuntu-latest
needs: Build

steps:
- name: Download Artifacts
uses: actions/download-artifact@v3
- name: Push
run: dotnet nuget push **/*.nupkg -k ${{ secrets.MYGET_API_KEY }} -s 'https://www.myget.org/F/reportportal/api/v3/index.json'

Publish_GitHub:
environment:
name: GitHub Packages
Expand Down

0 comments on commit 191888e

Please sign in to comment.