From 51a55b11ca27c9e4bf03019de0504bed4e59e9c7 Mon Sep 17 00:00:00 2001 From: Adrien Beaudouin Date: Thu, 22 Aug 2024 18:43:56 +0200 Subject: [PATCH] init auto release project --- docker/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/action.yaml b/docker/action.yaml index bd20b85..74d3ab8 100644 --- a/docker/action.yaml +++ b/docker/action.yaml @@ -35,7 +35,7 @@ runs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - - uses: ../release + - uses: release if: ${{ inputs.release == 'true' }} with: token: ${{ inputs.gitea-token }}