ci: remove broken github-release step

This commit is contained in:
Jack Bond-Preston 2022-08-14 15:31:04 +01:00
parent 01fb135385
commit 87378aeb00
Signed by: jack
GPG Key ID: 010071F1482BA852

View File

@ -54,16 +54,3 @@ pipeline:
when:
event: tag
github-release:
image: plugins/github-release
settings:
api_key:
from_secret: github-api-key
base_url: https://github.com/api/v3/
upload_url: https://github.com/api/uploads
files: release/*
environment:
- DRONE_REPO_OWNER=jackbondpreston
- CI_REPO_OWNER=jackbondpreston
when:
event: tag