Skip to content

fix: wait to create_background task until object is fully initialized. #27

fix: wait to create_background task until object is fully initialized.

fix: wait to create_background task until object is fully initialized. #27

Workflow file for this run

name: Release
on:
push:
branches:
- master
jobs:
semantic-release:
runs-on: ubuntu-latest
concurrency: release
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
persist-credentials: false
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
env:
GITHUB_TOKEN: ${{ secrets.PAT }}