Skip to content

Commit

Permalink
Refactor release.yml to use full reference instead of just tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
a-ng-d committed Sep 21, 2024
1 parent 0bb074e commit 7b5a246
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.event.ref.tag_name }}
release_name: Release ${{ github.event.ref.tag_name }}
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 }})

0 comments on commit 7b5a246

Please sign in to comment.