Skip to content

Commit

Permalink
fix(ci): try use tag as draft release name template
Browse files Browse the repository at this point in the history
  • Loading branch information
h3n4l committed Jun 7, 2023
1 parent 01629cb commit eabbb2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows-config/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Should trim prefix `refs/tags/` from tag name
name-template: $BASE_REF_NAME 🌈
tag-template: $BASE_REF_NAME
name-template: ${{ github.ref_name }} 🌈
template: |
## Changes
$CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
with:
config-name: workflows-config/release-drafter.yml
disable-autolabeler: true
tag: ${{ github.ref_name }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Make Directories
Expand Down

0 comments on commit eabbb2c

Please sign in to comment.