Skip to content

wip: fix some workflow file errors #1677

wip: fix some workflow file errors

wip: fix some workflow file errors #1677

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: cannot specify version when calling local 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}}