Browse Source

Fix release task

index-subcmd
Vincent Prouillet 4 years ago
parent
commit
91f85b2791
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      azure-pipelines.yml

+ 1
- 1
azure-pipelines.yml View File

@@ -122,7 +122,7 @@ stages:
- task: GithubRelease@0
inputs:
gitHubConnection: 'zola'
repositoryName: 'keats/azure-pipelines-test'
repositoryName: 'getzola/zola'
action: 'edit'
target: '$(build.sourceVersion)'
tagSource: 'manual'


Loading…
Cancel
Save