mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-02 11:33:55 -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
|
contents: write # required to delete releases and tags
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DELETE_RELEASES: true
|
DELETE_RELEASES: false
|
||||||
DELETE_TAGS: true
|
DELETE_TAGS: false
|
||||||
KEEP_COUNT: 2 # number of newest pre-releases/tags to keep
|
KEEP_COUNT: 2 # number of newest pre-releases/tags to keep
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue