Skip to content

chore(release): released version console-api/v2.36.1 #11

chore(release): released version console-api/v2.36.1

chore(release): released version console-api/v2.36.1 #11

Workflow file for this run

name: Release API
on:
push:
branches:
- main
paths:
- 'apps/api/package.json'
permissions:
contents: write
jobs:
release:
name: Create Release Draft
uses: ./.github/workflows/create-github-release.yml
secrets: inherit
with:
app: api
build:

Check failure on line 21 in .github/workflows/release-api.yml

View workflow run for this annotation

GitHub Actions / Release API

Invalid workflow file

The workflow is not valid. .github/workflows/release-api.yml (Line: 21, Col: 5): Unexpected value 'build'
needs: release
name: Build Docker image
uses: ./.github/workflows/build-image.yml
secrets: inherit
with:
tag: ${{ needs.release.outputs.version }}