mirror of
https://codeberg.org/scip/anydb.git
synced 2025-12-17 04:20:59 +01:00
13
.github/workflows/release.yaml
vendored
13
.github/workflows/release.yaml
vendored
@@ -30,3 +30,16 @@ jobs:
|
||||
tag: ${{ github.ref_name }}
|
||||
file: ./releases/*
|
||||
file_glob: true
|
||||
|
||||
- name: Build Changelog
|
||||
id: github_release
|
||||
uses: mikepenz/release-changelog-builder-action@v5
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
mode: "PR"
|
||||
|
||||
- name: Create Release
|
||||
uses: mikepenz/action-gh-release@v0.2.0-a03
|
||||
with:
|
||||
body: ${{steps.github_release.outputs.changelog}}
|
||||
|
||||
Reference in New Issue
Block a user