Skip to content

Commit

Permalink
Refactor release.yml to use tag name from event ref
Browse files Browse the repository at this point in the history
  • Loading branch information
a-ng-d committed Sep 21, 2024
1 parent 697c889 commit 0bb074e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
tag_name: ${{ github.event.ref.tag_name }}
release_name: Release ${{ github.event.ref.tag_name }}
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 }})

0 comments on commit 0bb074e

Please sign in to comment.