diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 902696c..c553069 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -35,6 +35,14 @@ jobs: echo "created=true" >> $GITHUB_OUTPUT fi + debug: + needs: tag + runs-on: ubuntu-latest + steps: + - name: Debug output + run: | + echo "${{ toJson(needs.tag.outputs) }}" + build: name: Build and push mlflow container needs: tag