diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index c371db16..cf58b345 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -129,8 +129,8 @@ jobs: - name: Create Nuget Packages id: createNupkg run: | - nuget pack CA.nuspec -Version 6.2.0 - Write-Host "::set-output name=nupkg-LicenseClearingTool::continuous-clearing.6.2.0.nupkg" + nuget pack CA.nuspec -Version 6.2.1 + Write-Host "::set-output name=nupkg-LicenseClearingTool::continuous-clearing.6.2.1.nupkg" - name: Archive NuGet Packages uses: actions/upload-artifact@v2