Update publish-pipeline.yml

This commit is contained in:
Felix Weiß
2023-08-24 09:35:36 +02:00
committed by GitHub
parent a58e60d4f9
commit 79d6f7fa54

View File

@@ -148,7 +148,8 @@ jobs:
run: |
cd '${{ github.workspace }}/Builds/MewtocolNet'
ls -l
dotnet nuget push "*.nupkg" --skip-duplicate --api-key ${{ secrets.GITHUB_TOKEN }} --source "https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json"
dotnet nuget push "*.nupkg" --skip-duplicate --api-key ${{ secrets.GITHUB_TOKEN }} --source "https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json"
dotnet nuget push "*.nupkg" --skip-duplicate --api-key ${{ secrets.NUGET_TOKEN }} --source "https://api.nuget.org/v3/index.json"
- name: 'Create Release v${{ github.event.inputs.version_tag }}${{ env.prerelease_append }}'
id: create_release