Skip to content

Fix invalid workflow ref #2

Fix invalid workflow ref

Fix invalid workflow ref #2

name: Manually publish to a registry
on:
workflow_dispatch:
inputs:
registry:
description: 'Registry name'
required: true
type: choice
options:
- npmjs
print_tags:
description: 'True to print to STDOUT'
required: true
type: boolean
tags:
description: 'Test scenario tags'
required: true
type: string
environment:
description: 'Environment to run tests against'
type: environment
required: true
jobs:
npm-publish:
if: ${{ inputs.registry == 'npmjs' }}
uses: ./npm-publish.yml@main

Check failure on line 28 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