Skip to content

json_schema_5.1.4

json_schema_5.1.4 #3

Workflow file for this run

name: Publish
on:
push:
tags:
# Releases
- '[0-9]+.[0-9]+.[0-9]+'
permissions:
contents: write
id-token: write
pull-requests: write
jobs:
create-sbom-release-asset:
Name: Create SBOM Release Asset
runs-on: ubuntu-latest
steps:
- name: Publish SBOM to Release Assets
with:
path: ./
format: cyclonedx-json
publish:
Name: Publish to pub.dev
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1