cleaning up
Some checks failed
Build / guard_manual_run (push) Has been cancelled
Build / Build linux/arm64 (push) Has been cancelled
Build / Build linux/amd64 (push) Has been cancelled
Build / Merge Docker digests and push (push) Has been cancelled
Close inactive issues / guard_manual_run (push) Has been cancelled
Close inactive issues / close-issues (push) Has been cancelled

This commit is contained in:
ydkmlt84
2026-01-31 11:56:53 -06:00
parent 4b2d96c14b
commit dc5c3b9aa2
2 changed files with 2 additions and 2 deletions

1
.github/FUNDING.yml vendored
View File

@@ -1,2 +1 @@
github: [jorenn92, ydkmlt84]
open_collective: maintainerr

View File

@@ -10,7 +10,7 @@ on:
with-docker-images:
type: boolean
description: Build and push docker images
default: true
default: false
env:
DOCKERHUB_SLUG: maintainerr/maintainerr
@@ -50,6 +50,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
run: |
if [ "${{ github.event.inputs.dry-run-semantic-release }}" == "true" ]; then
echo "Dry run enabled."
npx semantic-release --dry-run
else
npx semantic-release