Skip to content

fix(lods): fix obsolete ShaderUtil usage in LODGenerator for Unity 20… #32

fix(lods): fix obsolete ShaderUtil usage in LODGenerator for Unity 20…

fix(lods): fix obsolete ShaderUtil usage in LODGenerator for Unity 20… #32

Workflow file for this run

name: Release
on:
push:
branches:
- master
jobs:
release:
name: release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Release
uses: cycjimmy/semantic-release-action@v2
with:
semantic_version: 19
extra_plugins: |
@semantic-release/changelog
@semantic-release/git
branch: master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}