From 7e9be09d49c6243a852c83bac0e0aacabe448606 Mon Sep 17 00:00:00 2001 From: veenm Date: Wed, 12 Mar 2025 12:26:20 +0000 Subject: [PATCH] Update .github/workflows/increase-version.yml --- .github/workflows/increase-version.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/increase-version.yml b/.github/workflows/increase-version.yml index f76d5c7..bd6ce3f 100644 --- a/.github/workflows/increase-version.yml +++ b/.github/workflows/increase-version.yml @@ -32,3 +32,5 @@ jobs: -H "Authorization: token ${{ secrets.TOKEN }}" \ -H "Content-Type: application/json" \ -d '{"ref":"main"}' + build-and-run: + uses: veenm/paypoint/.github/workflows/deploy-docker.yml@main