Skip to content

Fix branch name in release workflow #2

Fix branch name in release workflow

Fix branch name in release workflow #2

Workflow file for this run

on:
push:
branches:
- main
name: Release
jobs:
check-and-lint:
uses: ./.github/workflows/check_and_lint.yml
test:
uses: ./.github/workflows/test.yml
docker-release:
needs: [check-and-lint, test]
uses: ./.github/workflows/docker.yml

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

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 13, Col: 11): Input version is required, but not provided while calling.