Skip to content

Merge pull request #181 from Workiva/release_json_schema_5.1.5 #6

Merge pull request #181 from Workiva/release_json_schema_5.1.5

Merge pull request #181 from Workiva/release_json_schema_5.1.5 #6

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

Check failure on line 16 in .github/workflows/publish.yaml

View workflow run for this annotation

GitHub Actions / Publish

Invalid workflow file

The workflow is not valid. .github/workflows/publish.yaml (Line: 16, Col: 5): Unexpected value 'Name' .github/workflows/publish.yaml (Line: 25, Col: 5): Unexpected value 'Name'
runs-on: ubuntu-latest
steps:
- name: Publish SBOM to Release Assets
uses: anchore/sbom-action@v0
with:
path: ./
format: cyclonedx-json
publish:
Name: Publish to pub.dev
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1