Skip to content

fix: workflows

fix: workflows #4

name: Test & alpha release
concurrency:
group: ${{ github.head_ref || github.ref_name }}
cancel-in-progress: true
on:
pull_request:
jobs:
release-node-alpha:
uses: ../actions/release-node-alpha.yml@main

Check failure on line 12 in .github/workflows/test-release-alpha.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-release-alpha.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be rooted in '.github/workflows'
secrets:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}