File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6262 tag : ${{ steps.get_version.outputs.version }}
6363 name : " v${{ steps.get_version.outputs.version }}"
6464 draft : false
65- prerelease : true
65+ prerelease : false
66+ makeLatest : true
6667 body : ${{ steps.changelog.outputs.changelog }}
6768 env :
6869 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -14,8 +14,7 @@ function Assert-CippVersion {
1414 $APIVersion = (Get-Content ' version_latest.txt' - Raw).trim()
1515
1616 $RemoteAPIVersion = (Invoke-RestMethod - Uri ' https://raw.githubusercontent.com/KelvinTegelaar/CIPP-API/master/version_latest.txt' ).trim()
17- $RemoteCIPPVersion = (Invoke-RestMethod - Uri ' https://raw.githubusercontent.com/KelvinTegelaar/CIPP/main/public/version_latest.txt' ).trim()
18-
17+ $RemoteCIPPVersion = (Invoke-RestMethod - Uri ' https://raw.githubusercontent.com/KelvinTegelaar/CIPP/main/public/version.json' ).version
1918
2019 [PSCustomObject ]@ {
2120 LocalCIPPVersion = $CIPPVersion
You can’t perform that action at this time.
0 commit comments