Explorar el Código

Merge pull request #926 from Avaiga/fix/setup-version

fix: extra parameters to setup production version
João André hace 1 año
padre
commit
258def7eb3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/build-and-release.yml

+ 1 - 1
.github/workflows/build-and-release.yml

@@ -28,7 +28,7 @@ jobs:
       - name: Setup Version
         id: version-setup
         run: |
-          python tools/release/setup_version.py ALL ${{ github.event.inputs.release_type }} >> $GITHUB_OUTPUT
+          python tools/release/setup_version.py ALL ${{ github.event.inputs.release_type }} ${{ github.event.inputs.version }} ${{ steps.extract_branch.outputs.branch }} >> $GITHUB_OUTPUT
 
   build-and-release-taipy-packages:
     needs: [fetch-versions]