diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index d5e3bcf..e89eca6 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -33,7 +33,7 @@ jobs: - run: | OUT=$(curl -s "https://api.github.com/repos/${{ github.repository }}/releases/latest") TAG=$(echo "$OUT" | jq -r .tag_name) - dotnet pack ${{ env.Project }} --configuration Release --output ${{ env.NuGetDirectory }} --property:"Version"="$TAG";"ReleaseVersion"="$TAG" + dotnet pack ${{ env.Project }} --configuration Release --output ${{ env.NuGetDirectory }} --property:"Version"="$TAG" # Publish the NuGet package as an artifact, so they can be used in the following jobs - uses: actions/upload-artifact@v3