mirror of
https://github.com/coder/code-server.git
synced 2025-07-29 21:12:58 +08:00
Overwrite GitHub releases again
I was under the impression this was causing existing releases to become drafts again but that happens without this flag.
This commit is contained in:
@ -31,6 +31,7 @@ deploy:
|
||||
- provider: releases
|
||||
edge: true
|
||||
draft: true
|
||||
overwrite: true
|
||||
tag_name: $TRAVIS_TAG
|
||||
target_commitish: $TRAVIS_COMMIT
|
||||
name: $TRAVIS_TAG
|
||||
|
Reference in New Issue
Block a user