Skip to content

Commit

Permalink
remove nuget key
Browse files Browse the repository at this point in the history
  • Loading branch information
gweinjc committed Oct 11, 2023
1 parent dfcd906 commit 0155056
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,6 @@ jobs:
$NupkgPath = (Get-ChildItem -Path:("./*.nupkg")).FullName
dotnet nuget push $NupkgPath --source PSGallery --api-key $env:NuGetApiKey
- name: Publishing to CodeArtifact repo
env:
NuGetApiKey: ${{ secrets.NuGetApiKey }}
run: |
$NupkgPath = (Get-ChildItem -Path:("./*.nupkg")).FullName
dotnet nuget push $NupkgPath --source CodeArtifact
Expand Down

0 comments on commit 0155056

Please sign in to comment.