diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 9978e3f..ea69542 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -42,7 +42,6 @@ jobs: name: 3. RESULT runs-on: ubuntu needs: [build,test] - if: ${{ needs.test.outputs.is_beta == 'false' }} env: VERSION: ${{ needs.test.outputs.version }} IS_BETA: ${{ needs.build.outputs.is_beta }}