Skip to content

fix: add material conversion to render pipelines #54

fix: add material conversion to render pipelines

fix: add material conversion to render pipelines #54

Workflow file for this run

name: 🚀 Release (Preview)
on:
push:
branches:
- 'feat/**'
- 'fix/**'
paths-ignore:
- '**.md'
jobs:
create-preview-release:
name: Pre Release
uses: ./.github/workflows/release-template.yml
with:
blockPullRequestRelease: false
blockReleaseCommit: true
secrets:
githubToken: ${{ secrets.GH_TOKEN }}