Skip to content

fix:the CI journey never stops #10

fix:the CI journey never stops

fix:the CI journey never stops #10

Workflow file for this run

name: Include ontology assets in the release
on:
push:
tags:
- "v*"
jobs:
build:
uses: ./.github/workflows/build.yml
with:
is_release: true
shacl:
uses: ./.github/workflows/checks.yml
with:
is_release: true
make_release:
runs-on: ubuntu-latest
needs:
build

Check failure on line 21 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Include ontology assets in the release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 21, Col: 7): Job 'make_release' depends on unknown job 'build shacl'.

Check failure on line 21 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Include ontology assets in the release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 21, Col: 7): Job 'make_release' depends on unknown job 'build shacl'.
shacl
steps:
- uses: actions/checkout@v4
- name: get schema assets
uses: actions/download-artifact@v4.1.8
with:
name: schema-bundle
path: build/
- name: create release
uses: softprops/action-gh-release@v2
with:
files: build/*