Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephBK committed May 27, 2019
1 parent acde53b commit e81a541
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ steps:
displayName: 'Create GitHub Release'
inputs:
gitHubConnection: joseph-cliqz
repositoryName: '$(Build.repositoryName)'
repositoryName: '$(Build.Repository.Name)'
action: 'create'
target: '$(Build.SourceVersion)'
tagSource: 'manual'
tag: '$(Build.BuildNumber)'
assets: '$(Build.ArtifactStagingDirectory)/*.tgz'
tagSource: 'auto'
assets: '$(Build.ArtifactStagingDirectory)/*.tgz'
isPreRelease: true

0 comments on commit e81a541

Please sign in to comment.