Skip to content

Commit 70a1493

Browse files
authored
Update compile.yml (#168)
1 parent 5367099 commit 70a1493

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compile.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ jobs:
129129
- name: Create Nuget Packages
130130
id: createNupkg
131131
run: |
132-
nuget pack CA.nuspec -Version 6.2.0
133-
Write-Host "::set-output name=nupkg-LicenseClearingTool::continuous-clearing.6.2.0.nupkg"
132+
nuget pack CA.nuspec -Version 6.2.1
133+
Write-Host "::set-output name=nupkg-LicenseClearingTool::continuous-clearing.6.2.1.nupkg"
134134
135135
- name: Archive NuGet Packages
136136
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)