diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9438ba23..27b01e8f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -71,6 +71,7 @@ jobs: with: tag_name: "${{env.package_version}}" files: "*.zip" + generate_release_notes: true - name: Upload to chrome store if: ${{ github.event.inputs.onlyUpload != 'firefox' && github.event.inputs.onlyUpload != 'none' }} diff --git a/.github/workflows/update-from-upstream.yml b/.github/workflows/update-from-upstream.yml index 5a0d5023..90a62302 100644 --- a/.github/workflows/update-from-upstream.yml +++ b/.github/workflows/update-from-upstream.yml @@ -39,7 +39,7 @@ jobs: if: env.release_tag != env.current_tag env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: npm ci && npm run update + run: npm run update - name: Get package version if: env.release_tag != env.current_tag @@ -63,6 +63,7 @@ jobs: tag_name: "${{env.package_version}}" body: Built with icons from VSCode Material Icon Theme ${{env.release_tag}} files: "*.zip" + generate_release_notes: true - name: Upload to chrome store if: env.release_tag != env.current_tag