SoftMaskForUGUI/.github/workflows/release.yml

26 lines
447 B
YAML
Raw Normal View History

2021-02-23 00:48:52 +08:00
name: release
on:
2021-02-23 13:51:47 +08:00
workflow_dispatch:
2021-02-23 00:48:52 +08:00
push:
branches:
- preview
- main
- v*.x
tags-ignore:
- "**"
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cycjimmy/semantic-release-action@v2
with:
extra_plugins: |
@semantic-release/changelog
@semantic-release/git
env:
GITHUB_TOKEN: ${{ github.token }}