Add negative path
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -110,7 +110,7 @@ jobs:
|
||||
github-token: ${{ secrets.TOKEN }}
|
||||
script: |
|
||||
const ownerName = 'debridmediamanager';
|
||||
const repoName = 'zurg${{ !contains(github.ref, '-rc.') && '-testing' }}';
|
||||
const repoName = 'zurg${{ !contains(github.ref, '-rc.') && '-testing' || '' }}';
|
||||
const tagName = '${{ steps.version.outputs.version }}';
|
||||
const releaseName = `${tagName}`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user