From 1a14cf6b453ec3e76c821a3428359730b7f578a3 Mon Sep 17 00:00:00 2001 From: Adrien Beaudouin Date: Thu, 22 Aug 2024 18:44:51 +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 74d3ab8..0883da0 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 }}