mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
ci: 🚧 [skip ci]
This commit is contained in:
parent
2c6082456e
commit
dea9dc3993
1 changed files with 8 additions and 13 deletions
21
.github/workflows/build.yml
vendored
21
.github/workflows/build.yml
vendored
|
@ -162,6 +162,14 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- name: Conventional Changelog Action
|
||||||
|
id: changelog
|
||||||
|
uses: TriPSs/conventional-changelog-action@v3
|
||||||
|
with:
|
||||||
|
version-file: 'version.json'
|
||||||
|
skip-on-empty: 'false'
|
||||||
|
git-message: 'chore(release): :rocket: {version}'
|
||||||
|
|
||||||
- name: Download Artifacts
|
- name: Download Artifacts
|
||||||
id: download
|
id: download
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
|
@ -191,19 +199,6 @@ jobs:
|
||||||
artifacts/**/*.tar.gz
|
artifacts/**/*.tar.gz
|
||||||
artifacts/**/*.zip
|
artifacts/**/*.zip
|
||||||
|
|
||||||
update-changelog:
|
|
||||||
needs: [ release ]
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- name: Conventional Changelog Action
|
|
||||||
id: changelog
|
|
||||||
uses: TriPSs/conventional-changelog-action@v3
|
|
||||||
with:
|
|
||||||
version-file: 'version.json'
|
|
||||||
skip-on-empty: 'false'
|
|
||||||
git-message: 'chore(release): :rocket: {version}'
|
|
||||||
|
|
||||||
update-apt:
|
update-apt:
|
||||||
needs: [ release ]
|
needs: [ release ]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue