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 62
62
tag : ${{ steps.get_version.outputs.version }}
63
63
name : " v${{ steps.get_version.outputs.version }}"
64
64
draft : false
65
- prerelease : true
65
+ prerelease : false
66
+ makeLatest : true
66
67
body : ${{ steps.changelog.outputs.changelog }}
67
68
env :
68
69
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -14,8 +14,7 @@ function Assert-CippVersion {
14
14
$APIVersion = (Get-Content ' version_latest.txt' - Raw).trim()
15
15
16
16
$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
19
18
20
19
[PSCustomObject ]@ {
21
20
LocalCIPPVersion = $CIPPVersion
You can’t perform that action at this time.
0 commit comments