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

@@ -149,6 +149,7 @@ jobs:
cd '${{ github.workspace }}/Builds/MewtocolNet' cd '${{ github.workspace }}/Builds/MewtocolNet'
ls -l 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 }}' - name: 'Create Release v${{ github.event.inputs.version_tag }}${{ env.prerelease_append }}'
id: create_release id: create_release