Skip to content

Workflow file for this run

name: Main CI (Release)
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
call-build-and-deploy:
uses: ./.github/workflows/build_and_deploy.yml@main

Check failure on line 13 in .github/workflows/main_ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main_ci.yml

Invalid workflow file

invalid value workflow reference: cannot specify version when calling local workflows
with:
is_snapshot: false
version_regex: "^[^\\s-]+$" # Ensure the version does not contain -SNAPSHOT
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}