Skip to content

Commit

Permalink
ci: removed changelog from build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
notmedia committed Aug 15, 2022
1 parent 859a2ae commit b23d412
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,13 @@ jobs:
# WINDOWS_CODESIGN_FILE: ${{ steps.write_file.outputs.filePath }}
# WINDOWS_CODESIGN_PASSWORD: ${{ secrets.WINDOWS_CODESIGN_PASSWORD }}

- name: Generate Changelog
if: startsWith(github.ref, 'refs/tags/')
run: echo $(npm run release -- ${{github.ref_name}} --changelog --ci)> ${{ github.workspace }}-CHANGELOG.md

- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
draft: true
body_path: ${{ github.workspace }}-CHANGELOG.md
files: |
out/**/*.deb
out/**/*.dmg
Expand Down

0 comments on commit b23d412

Please sign in to comment.