From a1378ab6a8bf5c7ea7228b56d330d6895ce86fd3 Mon Sep 17 00:00:00 2001 From: veenm Date: Wed, 12 Mar 2025 12:41:29 +0000 Subject: [PATCH] Update .github/workflows/increase-version.yml --- .github/workflows/increase-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/increase-version.yml b/.github/workflows/increase-version.yml index c19573e..62de3e4 100644 --- a/.github/workflows/increase-version.yml +++ b/.github/workflows/increase-version.yml @@ -32,4 +32,4 @@ jobs: git push origin main build-and-run: - uses: veenm/paypoint/.github/workflows/deploy-docker.yml@main + uses: ./.github/workflows/deploy-docker.yml@main