diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5deb8c2..bdd5030 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: user: ${{ secrets.NUGET_USER }} - name: nuget push - run: dotnet nuget push "./artifacts/*.nupkg" --api-key "${{ steps.login.outputs.NUGET_API_KEY }}" --source https://api.nuget.org/v3/index.json --skip-duplicate + run: dotnet nuget push "./artifacts/Dax.Formatter.${{ steps.nbgv.outputs.NuGetPackageVersion }}.nupkg" --api-key "${{ steps.login.outputs.NUGET_API_KEY }}" --source https://api.nuget.org/v3/index.json --skip-duplicate - name: create github release env: