Skip to content

Commit

Permalink
Remove myget
Browse files Browse the repository at this point in the history
  • Loading branch information
nh43de committed Jul 26, 2023
1 parent c5356ae commit ea09933
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Expand Up @@ -17,12 +17,12 @@ jobs:
- name: Build and Test
run: ./Build.ps1
shell: pwsh
- name: Push to MyGet
env:
NUGET_URL: https://www.myget.org/F/datapowertools/api/v3/index.json
NUGET_API_KEY: ${{ secrets.MYGET_DATAPOWERTOOLS_CI_API_KEY }}
run: ./Push.ps1
shell: pwsh
#- name: Push to MyGet
# env:
# NUGET_URL: https://www.myget.org/F/datapowertools/api/v3/index.json
# NUGET_API_KEY: ${{ secrets.MYGET_DATAPOWERTOOLS_CI_API_KEY }}
# run: ./Push.ps1
# shell: pwsh
- name: Push to NuGet
env:
NUGET_URL: https://api.nuget.org/v3/index.json
Expand Down

0 comments on commit ea09933

Please sign in to comment.