Skip to content

Prepare release v2.11.0 #52

Prepare release v2.11.0

Prepare release v2.11.0 #52

Workflow file for this run

name: "Release workflow"
on:
push:
tags:
- "*"
jobs:
build:
uses: ./.github/workflows/build-jsorolla-workflow.yml
deploy-docker:
uses: ./.github/workflows/deploy-docker-jsorolla.yml
needs: test

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

View workflow run for this annotation

GitHub Actions / Release workflow

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 14, Col: 12): Job 'deploy-docker' depends on unknown job 'test'. .github/workflows/release.yml (Line: 21, Col: 21): Job 'deploy-web' depends on unknown job 'test'.
with:
cli: python3 ./docker/docker-build.py push
secrets: inherit
deploy-web:
uses: ./.github/workflows/deploy-jsorolla-web-workflow.yml
needs: [ build, test ]
with:
version: ${{ needs.build.outputs.version }}
secrets: inherit
release:
uses: ./.github/workflows/release-github-workflow.yml
needs: [ build, test ]
with:
version: ${{ needs.build.outputs.version }}