From 095948c8c153f58c54655cc05400bc0b25e270b2 Mon Sep 17 00:00:00 2001 From: Nova Date: Wed, 16 Jul 2025 02:19:56 +0330 Subject: [PATCH] fix version in deploy files --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5d170cd..a5c6185 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -184,6 +184,8 @@ jobs: permissions: contents: write actions: read + env: + INPUT_VERSION: ${{ github.event.inputs.tag }} steps: - name: Checking out sources uses: actions/checkout@v4.2.2