Skip to content

Use the void:vocabulary property #15

Use the void:vocabulary property

Use the void:vocabulary property #15

Workflow file for this run

name: "Release"
on:
push:
branches:
- main
tags:
- "v*"
workflow_dispatch: {}
jobs:
validate:
uses: RiverBench/ci-workflows/.github/workflows/dataset-validate.yaml@main
secrets: inherit
release:
uses: RiverBench/ci-workflows/.github/workflows/dataset-release.yaml@main
needs: validate
permissions: write-all
secrets: inherit