Skip to content

Commit

Permalink
fixed build file syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
razem-io committed May 24, 2020
1 parent c086342 commit a929ca1
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ steps:
pull: always
commands:
- asciidoctor-pdf resume.adoc
- name: github_releasey
- name: github_release
image: plugins/github-release
api_key:
from_secret: github_release_api_key
files:
- resume.pdf
checksum:
- sha512
settings:
api_key:
from_secret: github_release_api_key
files:
- resume.pdf
checksum:
- sha512
when:
event: tag

0 comments on commit a929ca1

Please sign in to comment.