From e43c9f364c6f67169bb31d884a6ddf85758ac2de Mon Sep 17 00:00:00 2001 From: SKProCH <29896317+SKProCH@users.noreply.github.com> Date: Thu, 7 Jul 2022 15:28:59 +0300 Subject: [PATCH] Fix task name in pipelines [no nightly] --- .github/workflows/publish_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index 2020ef6..4090621 100644 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.yml @@ -33,7 +33,7 @@ jobs: path: artifacts/ numerge: runs-on: ubuntu-latest - name: Merge packages and publish nightly + name: Merge packages and publish release needs: [build] steps: - name: Checkout Numerge @@ -58,4 +58,4 @@ jobs: - name: Publish to Nuget run: dotnet nuget push "artifacts/output/Material.Avalonia.*.nupkg" --api-key ${{secrets.NUGET_KEY}} --source https://api.nuget.org/v3/index.json --skip-duplicate - name: Publish to GitHub Packages - run: dotnet nuget push "artifacts/output/Material.Avalonia.*.nupkg" --api-key ${{secrets.GITHUB_TOKEN}} --source https://nuget.pkg.github.com/AvaloniaCommunity/index.json --skip-duplicate \ No newline at end of file + run: dotnet nuget push "artifacts/output/Material.Avalonia.*.nupkg" --api-key ${{secrets.GITHUB_TOKEN}} --source https://nuget.pkg.github.com/AvaloniaCommunity/index.json --skip-duplicate