Skip to content

Commit

Permalink
Update pack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dgmjr authored Jun 10, 2024
1 parent a33c588 commit f0f203b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
git-token: ${{ secrets.GITHUB_TOKEN }}
environment: Release
git-nuget-endpoint: ${{ vars.GIT_NUGET_ENDPOINT }}
private-nuget-endpoint: ${{ vars.FEEDZ_IO_ENDPOINT }}
private-nuget-endpoint: ${{ vars.FEEDZ_IO_ENDPOINT_URL }}
private-nuget-api-key: ${{ secrets.FEEDZ_IO_TOKEN }}
repo: dgmjr-io/DgmjrSdk
- name: Pack
Expand All @@ -62,7 +62,7 @@ jobs:
git-token: ${{ secrets.GITHUB_TOKEN }}
environment: Release
git-nuget-endpoint: ${{ vars.GIT_NUGET_ENDPOINT }}
private-nuget-endpoint: ${{ vars.FEEDZ_IO_ENDPOINT }}
private-nuget-endpoint: ${{ vars.FEEDZ_IO_ENDPOINT_URL }}
private-nuget-api-key: ${{ secrets.FEEDZ_IO_TOKEN }}
repo: dgmjr-io/DgmjrSdk
push-github: true
Expand Down

0 comments on commit f0f203b

Please sign in to comment.