Skip to content

Commit

Permalink
del: generate-changelog-actionを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
jiro4989 committed May 23, 2022
1 parent 4fcf8f2 commit 2cc96a3
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,6 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Generate changelog
uses: scottbrenner/generate-changelog-action@1.0.2
id: changelog
env:
REPO: ${{ github.repository }}
with:
package-dir: '.github/package.json'
- name: Create Release
id: create-release
uses: actions/create-release@v1
Expand All @@ -133,8 +126,7 @@ jobs:
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
body: |
${{ steps.changelog.outputs.changelog }}
body: ${{ github.ref }}
draft: false
prerelease: false

Expand Down

0 comments on commit 2cc96a3

Please sign in to comment.