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 7b5a246 commit 73f5e2a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
- '*'
pull_request:
types:
- opened
- synchronize
- closed

Expand All @@ -29,8 +28,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.event.ref }}
release_name: Release ${{ github.event.ref }}
tag_name: ${{ github.ref }}
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 }})
[Friendly release note](https://ui-color-palette.canny.io/changelog/${{ github.ref }})・[Full Changelog](https://github.com/inVoltag/figma-ui-color-palette/commits/${{ github.ref }})

0 comments on commit 73f5e2a

Please sign in to comment.