Skip to content

chore(release): released version console-api/v2.37.4 #17

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

chore(release): released version console-api/v2.37.4 #17

Workflow file for this run

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

Check failure on line 27 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: 27, Col: 18): Unexpected value 'inherit'
with:
tag: ${{ needs.release.outputs.version }}