mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -07:00
ci: 🚧 fixed versioning
This commit is contained in:
parent
ec963d869a
commit
21f07181c3
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -192,9 +192,9 @@ jobs:
|
||||||
if: contains(github.ref, 'develop')
|
if: contains(github.ref, 'develop')
|
||||||
with:
|
with:
|
||||||
prerelease: true
|
prerelease: true
|
||||||
body: ${{ needs.versioning.outputs.changelog }}
|
body: ${{ steps.changelog.outputs.changelog }}
|
||||||
name: ${{ needs.versioning.outputs.tag }}
|
name: ${{ steps.changelog.outputs.tag }}
|
||||||
tag_name: ${{ needs.versioning.outputs.tag }}
|
tag_name: ${{ steps.changelog.outputs.tag }}
|
||||||
files: |
|
files: |
|
||||||
artifacts/**/*.tar.gz
|
artifacts/**/*.tar.gz
|
||||||
artifacts/**/*.zip
|
artifacts/**/*.zip
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue