Skip to content

Commit

Permalink
Add overwrite to github releases
Browse files Browse the repository at this point in the history
  • Loading branch information
angelbarrera92 committed Feb 18, 2020
1 parent 295c528 commit 3c48995
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ steps:
- Furyfile.yml
- kustomization.yaml
prerelease: true
overwrite: true
title: "Prerelease ${DRONE_TAG}"
checksum:
- md5
Expand All @@ -86,6 +87,7 @@ steps:
- Furyfile.yml
- kustomization.yaml
prerelease: false
overwrite: true
title: "Release ${DRONE_TAG}"
checksum:
- md5
Expand Down Expand Up @@ -189,6 +191,7 @@ steps:
- Furyfile.yml
- kustomization.yaml
prerelease: true
overwrite: true
title: "Prerelease ${DRONE_TAG}"
checksum:
- md5
Expand All @@ -209,6 +212,7 @@ steps:
- Furyfile.yml
- kustomization.yaml
prerelease: false
overwrite: true
title: "Release ${DRONE_TAG}"
checksum:
- md5
Expand Down Expand Up @@ -311,6 +315,7 @@ steps:
- Furyfile.yml
- kustomization.yaml
prerelease: true
overwrite: true
title: "Prerelease ${DRONE_TAG}"
checksum:
- md5
Expand All @@ -331,6 +336,7 @@ steps:
- Furyfile.yml
- kustomization.yaml
prerelease: false
overwrite: true
title: "Release ${DRONE_TAG}"
checksum:
- md5
Expand Down

0 comments on commit 3c48995

Please sign in to comment.