mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
ci: 🏗️ ci
This commit is contained in:
parent
49e84a6419
commit
8b1dfc5732
2 changed files with 6 additions and 0 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -145,6 +145,9 @@ jobs:
|
|||
with:
|
||||
github-token: ${{ secrets.github_token }}
|
||||
git-message: 'chore(release): {version}'
|
||||
version-file: 'version.json'
|
||||
output-file: 'CHANGELOG2.md'
|
||||
skip-on-empty: 'false'
|
||||
|
||||
- name: Download Artifacts
|
||||
uses: actions/download-artifact@v2
|
||||
|
|
3
version.json
Normal file
3
version.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"version":"4.1.0"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue