From 6a1c2c0860758b7708edf7285003a403ae7c6665 Mon Sep 17 00:00:00 2001 From: Sipke Schoorstra Date: Wed, 9 Nov 2022 14:37:16 +0100 Subject: [PATCH] Update release workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 109a4f32d..7a5af84db 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,6 +25,6 @@ jobs: - name: Authenticate run: dotnet nuget add source --username sfmskywalker --password ${{ secrets.ACTIONS_PAT }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/elsa-core/index.json" - name: Push - run: dotnet nuget push "*/**/*.nupkg" --api-key ${{secrets.ACTIONS_PAT}} --source "github" + run: dotnet nuget push "*.nupkg" --api-key ${{secrets.ACTIONS_PAT}} --source "github" env: GITHUB_TOKEN: ${{ secrets.ACTIONS_PAT }} \ No newline at end of file