enable dry run

This commit is contained in:
tooomm 2026-04-26 16:36:02 +02:00 committed by GitHub
parent 77465919cc
commit 35915ef3c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: