Skip to content

fix: scene linking for scenes loaded by path (#41) #23

fix: scene linking for scenes loaded by path (#41)

fix: scene linking for scenes loaded by path (#41) #23

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 }}