Skip to content

Release

Release #2

Workflow file for this run

name: Release
on:
release:
types: [created]
jobs:
ci:
name: CI
uses: zen-fs/core/.github/workflows/ci.yaml@main
permissions:
contents: read
id-token: write
release:
name: Release
uses: zen-fs/core/.github/workflows/release.yaml@main

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

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yaml (Line: 16, Col: 15): Secret npm_token is required, but not provided while calling.