mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
enable dry run
This commit is contained in:
parent
77465919cc
commit
35915ef3c5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/releases-cleanup.yml
vendored
4
.github/workflows/releases-cleanup.yml
vendored
|
|
@ -13,8 +13,8 @@ jobs:
|
|||
contents: write # required to delete releases and tags
|
||||
|
||||
env:
|
||||
DELETE_RELEASES: true
|
||||
DELETE_TAGS: true
|
||||
DELETE_RELEASES: false
|
||||
DELETE_TAGS: false
|
||||
KEEP_COUNT: 2 # number of newest pre-releases/tags to keep
|
||||
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue