Skip to content

chore(release): released version console-api/v2.37.3 #16

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

chore(release): released version console-api/v2.37.3 #16

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
with:
tag: ${{ needs.release.outputs.version }}