Skip to content

Commit

Permalink
Update .drone.yml
Browse files Browse the repository at this point in the history
Remove `github_binary_release` stage
  • Loading branch information
yasker committed Aug 23, 2021
1 parent d475623 commit c5a4842
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,6 @@ steps:
- name: docker
path: /var/run/docker.sock

- name: github_binary_release
image: plugins/github-release
settings:
api_key:
from_secret: github_token
prerelease: true
checksum:
- sha256
checksum_file: CHECKSUMsum-amd64.txt
checksum_flatten: true
files:
- "dist/artifacts/*"
when:
instance:
- drone-publish.rancher.io
ref:
- refs/head/master
- refs/tags/*
event:
- tag

- name: docker-publish-master
image: plugins/docker
settings:
Expand Down

0 comments on commit c5a4842

Please sign in to comment.