Skip to content

Commit

Permalink
ci: update generate log
Browse files Browse the repository at this point in the history
  • Loading branch information
bitxeno committed Jul 5, 2023
1 parent d1827a0 commit d863069
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,23 +73,17 @@ jobs:
# step 6: Upload binary to GitHub Release
- name: Generate Changelog
id: changelog
uses: yuk1ty/[email protected]
uses: bitxeno/[email protected]
with:
kind: default
tag-pattern: v*
current-tag: ${{ github.ref_name }}
include-non-scoped: true
# scopes: |
# core
# ipa
token: ${{ secrets.GITHUB_TOKEN }}
prerelease: ${{ contains(github.ref, 'alpha') || contains(github.ref, 'beta') }}
- name: Upload binary to GitHub Release
uses: softprops/action-gh-release@v1
if: "startsWith(github.ref, 'refs/tags/')"
with:
files: |
./build/*.tar.gz
prerelease: ${{ contains(github.ref, 'alpha') || contains(github.ref, 'beta') }}
generate_release_notes: true
body: ${{ steps.changelog.outputs.summary }}
fail_on_unmatched_files: true

Expand Down

0 comments on commit d863069

Please sign in to comment.