Fix syntax 3

This commit is contained in:
Ben Sarmiento
2024-05-28 10:13:40 +02:00
parent d8c4eabb3f
commit b2c9fb8c1f

View File

@@ -117,7 +117,7 @@ jobs:
github-token: ${{ secrets.TOKEN }}
script: |
const ownerName = 'debridmediamanager';
const repoName = '${{ contains(github.ref, '-rc.') && "zurg" || "zurg-testing" }}';
const repoName = 'zurg${{ !contains(github.ref, '-rc.') && '-testing' }}';
const tagName = '${{ steps.version.outputs.version }}';
const releaseName = `${tagName}`;