Skip to content

Fix yml syntax error #7

Fix yml syntax error

Fix yml syntax error #7

name: Manually publish to a registry
on:
workflow_dispatch:
inputs:
registry:
description: 'Registry name'
required: true
type: choice
options:
- npmjs
jobs:
npm-publish:
if: ${{ inputs.registry == 'npmjs' }}
uses: ./.github/workflows/npm-publish.yml@main

Check failure on line 16 in .github/workflows/manual-publish.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/manual-publish.yml

Invalid workflow file

invalid value workflow reference: cannot specify version when calling local workflows