Skip to content

Merge pull request #19 from sdsc-ordes/develop #15

Merge pull request #19 from sdsc-ordes/develop

Merge pull request #19 from sdsc-ordes/develop #15

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
checks:
uses: ./.github/workflows/checks.yml
with:
is_release: true

Check failure on line 18 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: 18, Col: 19): Invalid input, is_release is not defined in the referenced workflow.
needs: build
make_release:
runs-on: ubuntu-latest
needs:
- checks
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/*