Skip to content

KH-527, KH-541: Fixed Observation answer concept uuid references + Flattened Analytics locations to include location tags. #30

KH-527, KH-541: Fixed Observation answer concept uuid references + Flattened Analytics locations to include location tags.

KH-527, KH-541: Fixed Observation answer concept uuid references + Flattened Analytics locations to include location tags. #30

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
release:
types: [published]
jobs:
release:
if: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'release' }}
uses: mekomsolutions/shared-github-workflow/.github/workflows/maven-publish.yml@main
secrets:
NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }}
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}