Skip to content

Commit

Permalink
allow overwrite artifacts for github releases (go-gitea#18987)
Browse files Browse the repository at this point in the history
  • Loading branch information
6543 authored and Stelios Malathouras committed Mar 28, 2022
1 parent 375703e commit 1b6f122
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -804,11 +804,12 @@ steps:
depends_on: [gpg-sign]

- name: github
image: plugins/github-release:1
image: plugins/github-release:latest
pull: always
settings:
files:
- "dist/release/*"
file_exists: overwrite
environment:
GITHUB_TOKEN:
from_secret: github_token
Expand Down

0 comments on commit 1b6f122

Please sign in to comment.