Skip to content

Remove unused workflow inputs #3

Remove unused workflow inputs

Remove unused workflow inputs #3

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: ./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: references to workflows must be rooted in '.github/workflows'
runs-on: ubuntu-latest