Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Fix unknown exception caused by thread safety issue (#2033) #667

Fix unknown exception caused by thread safety issue (#2033)

Fix unknown exception caused by thread safety issue (#2033) #667

Workflow file for this run

name: KoP Release Notes
on:
push:
branches:
- master
path-ignores:
- 'docs/**'
- 'README.md'
- 'CONTRIBUTING.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: release note
uses: toolmantim/release-drafter@v5.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}