Skip to content

fix(linked objects): allow linked objects to use different materials #153

fix(linked objects): allow linked objects to use different materials

fix(linked objects): allow linked objects to use different materials #153

Workflow file for this run

---
name: "Release"
on:
push:
branches:
- master
- develop
- test-feature
paths-ignore:
- '**/README.md'
- 'CONTRIBUTING.md'
- 'LICENSE'
jobs:
release:
name: "Release"
runs-on: "ubuntu-latest"
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
with:
extra_plugins: |
@semantic-release/exec
conventional-changelog-conventionalcommits
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}