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