Skip to content

fix: add warning and documentation regarding Awake() (#43) #25

fix: add warning and documentation regarding Awake() (#43)

fix: add warning and documentation regarding Awake() (#43) #25

Workflow file for this run

name: 🚀 Release
on:
push:
branches:
- 'main'
paths-ignore:
- '**.md'
jobs:
create-release:
name: Release
uses: ./.github/workflows/release-template.yml
secrets:
githubToken: ${{ secrets.GH_TOKEN }}