Add release step

v1-devel 0.4.2-rc0
garrettmills 4 years ago
parent 8ff3634239
commit 4f6fe85167
No known key found for this signature in database
GPG Key ID: 6ACD58D6ADACFC6E

@ -11,3 +11,12 @@ steps:
commands: commands:
- yarn install - yarn install
- yarn run test_integration - yarn run test_integration
- name: release
image: plugins/gitea-release
settings:
api_key:
from_secret: gitea_api_key
base_url: https://git.garrettmills.dev
title: ${DRONE_TAG}
when:
event: tag
Loading…
Cancel
Save