added github release steps
All checks were successful
continuous-integration/woodpecker the build was successful

This commit is contained in:
Thomas Eppers 2021-10-28 12:08:33 +02:00
parent 3e10480224
commit 52f18f20db

View File

@ -16,6 +16,15 @@ pipeline:
event: tag event: tag
tag: v* tag: v*
github_release:
# http://plugins.drone.io/drone-plugins/drone-github-release/
image: plugins/github-release
files: target/release/reel-moby
secrets: [github_release_api_key]
when:
event: tag
tag: test*
notify: notify:
# http://plugins.drone.io/appleboy/drone-discord/ # http://plugins.drone.io/appleboy/drone-discord/
image: appleboy/drone-discord image: appleboy/drone-discord