Skip to content

wip: specify feature branch #1676

wip: specify feature branch

wip: specify feature branch #1676

Workflow file for this run

name: Publish
on:
schedule:
- cron: "10 0 * * *"
workflow_dispatch:
jobs:
web:
uses: ./github/workflows/~publish_web.yml@feature/publish-pipeline

Check failure on line 10 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be rooted in '.github/workflows'
secrets: inherit
with:
version: alpha ${{github.run_number}}
npm_tag: alpha
dotnet:
uses: ./github/workflows/~publish_dotnet.yml@feature/publish-pipeline
secrets: inherit
with:
version: alpha ${{github.run_number}}
kotlin:
uses: ./github/workflows/~publish_kotlin.yml@feature/publish-pipeline
secrets: inherit
with:
version: alpha ${{github.run_number}}