butlerx
3 years ago
No known key found for this signature in database
GPG Key ID: B37CA765BAA89170
1 changed files with
11 additions and
5 deletions
-
.github/workflows/release.yml
|
@ -12,9 +12,15 @@ jobs: |
|
|
- name: Checkout code |
|
|
- name: Checkout code |
|
|
uses: actions/checkout@master |
|
|
uses: actions/checkout@master |
|
|
- name: Create Release |
|
|
- name: Create Release |
|
|
id: create_release |
|
|
- uses: fregante/release-with-changelog@v3 |
|
|
uses: elgohr/Github-Release-Action@master |
|
|
|
|
|
env: |
|
|
|
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
|
|
with: |
|
|
with: |
|
|
release: Release ${{ github.ref }} |
|
|
token: ${{ secrets.NODE_GITHUB_TOKEN }} |
|
|
|
|
|
title: "Release {tag}" |
|
|
|
|
|
exclude: true |
|
|
|
|
|
commit-template: '- {title} ← {hash}' |
|
|
|
|
|
template: | |
|
|
|
|
|
### Changelog |
|
|
|
|
|
|
|
|
|
|
|
{commits} |
|
|
|
|
|
|
|
|
|
|
|
{range} |
|
|