Skip to content

Reindex command fix: make sure all object fields are loaded #13

Reindex command fix: make sure all object fields are loaded

Reindex command fix: make sure all object fields are loaded #13

Workflow file for this run

name: Release
on:
pull_request_target:
types: [closed]
workflow_dispatch:
inputs:
releaseType:
description: 'Release type'
required: true
default: 'patch'
type: choice
options:
- patch
- minor
- major
jobs:
release-job:
uses: bedita/github-workflows/.github/workflows/release.yml@v1
with:
main_branch: 'main'
dist_branches: '["main","1.x"]'