mirror of
https://github.com/jorenn92/Maintainerr.git
synced 2026-02-07 00:45:47 +01:00
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
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:
1
.github/FUNDING.yml
vendored
1
.github/FUNDING.yml
vendored
@@ -1,2 +1 @@
|
||||
github: [jorenn92, ydkmlt84]
|
||||
open_collective: maintainerr
|
||||
|
||||
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user