fix: correct GitHub repository path in Drone CI release config
- Remove deprecated base_url and upload_url parameters - Use correct GitHub repository: the-luap/picpeak - This should resolve the 404 error when creating releases
This commit is contained in:
@@ -114,10 +114,7 @@ steps:
|
|||||||
settings:
|
settings:
|
||||||
api_key:
|
api_key:
|
||||||
from_secret: GITHUB_TOKEN
|
from_secret: GITHUB_TOKEN
|
||||||
base_url: https://api.github.com/
|
|
||||||
upload_url: https://uploads.github.com/
|
|
||||||
repo: the-luap/picpeak
|
repo: the-luap/picpeak
|
||||||
owner: the-luap
|
|
||||||
title: "PicPeak ${DRONE_TAG}"
|
title: "PicPeak ${DRONE_TAG}"
|
||||||
note: |
|
note: |
|
||||||
# PicPeak ${DRONE_TAG}
|
# PicPeak ${DRONE_TAG}
|
||||||
|
|||||||
Reference in New Issue
Block a user