Skip to content

Update github action configs. #1

Update github action configs.

Update github action configs. #1

Workflow file for this run

name: Update-UPM-Branch
on:
push:
tags:
- v*
jobs:
update:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Tag name
id: tag
run: echo ::set-output name=name::${GITHUB_REF#refs/tags/v}
- name: Create UPM Core Unity Branches
uses: hecomi/create-upm-branch-action@main
with:
git-tag: ${{ steps.tag.outputs.name }}
upm-branch: upm-core-unity
root-files: "README.md README_en.md LICENSE"
pkg-root-dir-path: Assets/vFrame.Core.Unity