Skip to content

Use one job to execute tests in CI #4

Use one job to execute tests in CI

Use one job to execute tests in CI #4

Workflow file for this run

name: publish
on:
push:
tags:
- "v*"
jobs:

Check failure on line 8 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish.yml

Invalid workflow file

You have an error in your yaml syntax on line 8
publish-tracel-xtask-macros:
uses: tracel-ai/github-actions/workflows/publish-crate.yml@v1
with:
crate: tracel-xtask-macros
secrets: inherit
# --------------------------------------------------------------------------------
publish-tracel-xtask:
uses: tracel-ai/github-actions/workflows/publish-crate.yml@v1
with:
crate: tracel-xtask
needs:
- tracel-xtask-macros
secrets: inherit