We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aaf28b commit 23b8352Copy full SHA for 23b8352
.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 7.0.1
133
- Write-Host "::set-output name=nupkg-LicenseClearingTool::continuous-clearing.7.0.1.nupkg"
+ nuget pack CA.nuspec -Version 7.0.2
+ Write-Host "::set-output name=nupkg-LicenseClearingTool::continuous-clearing.7.0.2.nupkg"
134
135
- name: Archive NuGet Packages
136
uses: actions/upload-artifact@v4
0 commit comments