Skip to content

Commit

Permalink
MyGet -> Feedz.io (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBoike committed Jul 28, 2023
1 parent 46b2be8 commit 69fe4c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
name: nugets
path: nugets/*
retention-days: 1
- name: Push to MyGet
run: dotnet nuget push nugets/**/*.nupkg --api-key ${{ secrets.MYGET_PUBLISH_API_KEY }} --source "https://www.myget.org/F/particular/api/v3/index.json"
- name: Deploy
run: dotnet nuget push nugets/**/*.nupkg --api-key ${{ secrets.FEEDZIO_PUBLISH_API_KEY }} --source "${{ vars.PARTICULAR_PACKAGES_FEED_URL }}"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Particular.Analyzers

This project's CI is in GitHub Actions. Pull requests are built and tested. Builds on master and release branches are automatically pushed to MyGet.
This project's CI is in GitHub Actions. Pull requests are built and tested. Tagged versions are automatically pushed to [feedz.io](https://feedz.io/org/particular-software/repository/packages/packages/Particular.Analyzers).

0 comments on commit 69fe4c4

Please sign in to comment.