Merge pull request #4339 from Ombi-app/tidusjar-patch-1

Tidusjar patch 1
This commit is contained in:
Jamie 2021-10-08 20:29:46 +01:00 committed by GitHub
commit b0589e9c21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -192,9 +192,9 @@ jobs:
if: contains(github.ref, 'develop')
with:
prerelease: true
body: ${{ needs.versioning.outputs.changelog }}
name: ${{ needs.versioning.outputs.tag }}
tag_name: ${{ needs.versioning.outputs.tag }}
body: ${{ steps.changelog.outputs.changelog }}
name: ${{ steps.changelog.outputs.tag }}
tag_name: ${{ steps.changelog.outputs.tag }}
files: |
artifacts/**/*.tar.gz
artifacts/**/*.zip

View file

@ -1,3 +1,3 @@
{
"version": "4.0.1511"
}
"version": "4.1.0"
}