Skip to content

Commit

Permalink
Fixing release notes generation (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack authored Mar 25, 2023
1 parent 02daf1b commit 3c8efab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 41 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,21 +67,12 @@ jobs:
echo "::set-output name=artifact-name::release-${{ steps.create-tag.outputs.version-tag }}.zip"
echo "::set-output name=artifact-path::build/release-${{ steps.create-tag.outputs.version-tag }}.zip"
- name: Create release notes
id: create_release_notes
uses: mikepenz/release-changelog-builder-action@v1
with:
commitMode: true
failOnError: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: ncipollo/release-action@v1
with:
name: ${{ steps.create-tag.outputs.version-tag }}
tag: ${{ steps.create-tag.outputs.version-tag }}
artifacts: ${{ steps.create-zip.outputs.artifact-path }}
body: ${{ steps.create_release_notes.outputs.changelog }}
generateReleaseNotes: true
token: ${{ secrets.GITHUB_TOKEN }}

- name: Upload new release zip to Chrome Webstore
Expand Down
31 changes: 0 additions & 31 deletions .github/workflows/testing-release-notes.yml

This file was deleted.

0 comments on commit 3c8efab

Please sign in to comment.