We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5367099 commit 70a1493Copy full SHA for 70a1493
.github/workflows/compile.yml
@@ -129,8 +129,8 @@ jobs:
129
- name: Create Nuget Packages
130
id: createNupkg
131
run: |
132
- nuget pack CA.nuspec -Version 6.2.0
133
- 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"
134
135
- name: Archive NuGet Packages
136
uses: actions/upload-artifact@v2
0 commit comments