Skip to content
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.

Commit

Permalink
Merge pull request #46 from cloudnautique/fix_gh_pub
Browse files Browse the repository at this point in the history
publish gh fix
  • Loading branch information
ibuildthecloud authored Mar 5, 2019
2 parents 588fa40 + b8ef776 commit 7246b21
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ steps:
- dist/artifacts/${DRONE_TAG}/*
checksum:
- sha256
secrets: [github_token]
api_key:
from_secret: github_token
when:
event: tag
ref:
Expand All @@ -55,7 +56,8 @@ steps:
- dist/artifacts/${DRONE_TAG}/*
checksum:
- sha256
secrets: [github_token]
api_key:
from_secret: github_token
when:
event: tag
ref:
Expand Down

0 comments on commit 7246b21

Please sign in to comment.