1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-24 07:46:59 +03:00

use different connection name

This commit is contained in:
Wez Furlong 2019-06-23 07:43:31 -07:00
parent 7b1fed2814
commit 0c86c2d23a

View File

@ -151,7 +151,7 @@ jobs:
condition: succeeded()
#condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'))
inputs:
gitHubConnection: 'wez'
gitHubConnection: 'release'
repositoryName: 'wez/wezterm'
action: 'edit'
target: '$(build.sourceVersion)'