Skip to content

Commit

Permalink
test site
Browse files Browse the repository at this point in the history
  • Loading branch information
ldennington committed Apr 19, 2024
1 parent bdc2573 commit 796e83d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-dotnet-tool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
Invoke-WebRequest -Uri $asset.browser_download_url -OutFile $asset.name
# Publish asset
dotnet nuget push $asset.name --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
dotnet nuget push $asset.name --api-key ${{ secrets.NUGET_API_KEY }} --source https://int.nugettest.org/v3/index.json
shell: powershell
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,12 +185,6 @@ jobs:
-acss $env:ACSS `
-acsc signing-certificate.cer
- name: Publish signing certificate
run: |
dotnet nuget push signing-certificate.cer `
--api-key ${{ secrets.NUGET_API_KEY }} `
--source https://api.nuget.org/v3/index.json
# exit 1

# - name: action-tmate
Expand Down

0 comments on commit 796e83d

Please sign in to comment.