Skip to content

Commit

Permalink
Merge pull request #242 from nielsvanvelzen/azure-env
Browse files Browse the repository at this point in the history
Fix publishing
  • Loading branch information
anthonylavado authored Nov 19, 2020
2 parents 73ed755 + b7bba14 commit 001a3d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .ci/azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
variables:
group: 'jellyfin'
${{ if startsWith(variables['Build.SourceBranch'], 'refs/tags/v') }}:
JELLYFIN_VERSION: $[replace(variables['Build.SourceBranch'], 'refs/tags/', '')]

Expand Down Expand Up @@ -90,6 +89,9 @@ jobs:
pool:
vmImage: 'ubuntu-latest'

variables:
- group: 'jellyfin'

steps:
- task: DownloadPipelineArtifact@2
displayName: 'Download APKs'
Expand Down

0 comments on commit 001a3d7

Please sign in to comment.