Skip to content

added tree step to debug.. #71

added tree step to debug..

added tree step to debug.. #71

Workflow file for this run

name: Release Candidate Workflow
on:
push:
branches:
- main
- releases/**
jobs:
workspace-check:
uses: ./.github/workflows/workspace-check.yml
secrets: inherit
core-cargo-test:
uses: ./.github/workflows/core-cargo-test.yml
secrets: inherit
dashboard-build-and-draft:
uses: ./.github/workflows/dashboard-build-and-draft.yml
needs: [workspace-check, core-cargo-test]
with:
debug: false
version: null
secrets: inherit
core-build-and-draft:
uses: ./.github/workflows/core-build-and-draft.yml
needs: [workspace-check, core-cargo-test]
with:
version: null
secrets: inherit