Skip to content

UI Color Palette 4.1.2 - Bug Fix #45

UI Color Palette 4.1.2 - Bug Fix

UI Color Palette 4.1.2 - Bug Fix #45

Workflow file for this run

name: Release for Figma
on:
push:
branches:
- ui-color-palette-*
tags:
- '*'
pull_request:
types:
- opened
- synchronize
- closed
jobs:
create-release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Create release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.event.ref }}
release_name: Release ${{ github.event.ref }}
body: |
## What's Changed
[Friendly release note](https://ui-color-palette.canny.io/changelog/${{ github.ref_name }})・[Full Changelog](https://github.com/inVoltag/figma-ui-color-palette/commits/${{ github.ref_name }})