Skip to content

Release 0.0.23-3

Release 0.0.23-3 #3

Workflow file for this run

name: Workflow - release
on:
release:
types: [published]
jobs:
npm_publish:
name: Publish packages to npmjs
permissions:
id-token: write
packages: write
uses: ./.github/workflows/npm-publish.yml

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

View workflow run for this annotation

GitHub Actions / Workflow - release

Invalid workflow file

The workflow is not valid. In .github/workflows/release.yml (Line: 11, Col: 11): Error from called workflow topology-foundation/ts-topology/.github/workflows/npm-publish.yml@1f4e17a53d2ca98b48955777b5ceb691856491f8 (Line: 4, Col: 14): Unexpected value 'inherit'
build_docker_images:
name: Build Docker Images
permissions:
packages: write
needs:
- npm_publish
uses: ./.github/workflows/docker.yml