Skip to content

Fix workflow reference root error #4

Fix workflow reference root error

Fix workflow reference root error #4

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: references to workflows must be prefixed with format 'owner/repository/' or './' for local workflows