Skip to content

feat: add product store microservice #16

feat: add product store microservice

feat: add product store microservice #16

Workflow file for this run

name: Build Release
on:
push:
tags:
- '**'
jobs:
helm:
uses: onecx/ci-common/.github/workflows/helm-release.yml@v1
secrets: inherit
changelog:
uses: onecx/ci-common/.github/workflows/generate-changelog.yml@v1
needs: helm
secrets: inherit