From 582ad3f0def95e9204213776c0f66965b3d98d2e Mon Sep 17 00:00:00 2001 From: Adrien Beaudouin Date: Thu, 22 Aug 2024 21:43:16 +0200 Subject: [PATCH] init auto release project --- docker/action.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docker/action.yaml b/docker/action.yaml index 56815eb..6e1074d 100644 --- a/docker/action.yaml +++ b/docker/action.yaml @@ -11,6 +11,9 @@ inputs: password: description: "Password or personal access token used to log against the Docker registry" required: true + release: + description: "Auto incrementing release number according to semver" + default: "false" gitea-token: description: "Gitea token to create a release" @@ -18,6 +21,7 @@ runs: using: composite steps: - uses: https://gitea.okami101.io/okami101/actions/release@main + if: ${{ inputs.release == 'true' }} id: release with: token: ${{ inputs.gitea-token }}