From 28d73c2fb03ca3ef8b56fee36b06d166279017be Mon Sep 17 00:00:00 2001 From: "@a-ng-d" Date: Sun, 22 Sep 2024 01:22:51 +0200 Subject: [PATCH] Refactor release.yml to remove unnecessary code --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4845e5b9..b6489407 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,5 +29,4 @@ jobs: release_name: Release ${{ github.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 }}) - token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + [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 }}) \ No newline at end of file