ci: change version check from none to header: X-Total-Count for releases.
This commit is contained in:
parent
582288d8d5
commit
82d106489e
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@ resources:
|
||||||
basic:
|
basic:
|
||||||
username: ((gitea.username))
|
username: ((gitea.username))
|
||||||
password: ((gitea.token))
|
password: ((gitea.token))
|
||||||
version_check_method: none
|
version_check_method:
|
||||||
|
header: X-Total-Count
|
||||||
- name: artifact
|
- name: artifact
|
||||||
type: http-resource
|
type: http-resource
|
||||||
source:
|
source:
|
||||||
|
|
Loading…
Add table
Reference in a new issue