Compare commits

...

1 Commits

Author SHA1 Message Date
Manuel Friedli da6993b4f9 Add a section for publishing a release to Gitea to the drone config
continuous-integration/drone/push Build is passing Details
file. This has not been tested yet!
2021-02-24 21:42:34 +01:00
1 changed files with 16 additions and 0 deletions

View File

@ -11,3 +11,19 @@ steps:
image: node:15-alpine
commands:
- npm run build
- name: gitea_release
image: plugins/gitea-release
settings:
api_key:
from_secret: gitea_api_token
base_url: https://gittr.ch
files:
- dist/*
checksum:
- md5
- sha256
- sha512
- adler32
- crc32
when:
event: tag