mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -07:00
Merge pull request #4339 from Ombi-app/tidusjar-patch-1
Tidusjar patch 1
This commit is contained in:
commit
b0589e9c21
2 changed files with 5 additions and 5 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
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
"version": "4.0.1511"
|
"version": "4.1.0"
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue