Skip to content

Merge pull request #4 from onecx/feat/add-q-location #11

Merge pull request #4 from onecx/feat/add-q-location

Merge pull request #4 from onecx/feat/add-q-location #11

Workflow file for this run

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