diff options
| author | Darien Raymond <[email protected]> | 2018-12-11 14:28:21 +0100 |
|---|---|---|
| committer | Darien Raymond <[email protected]> | 2018-12-11 14:28:21 +0100 |
| commit | b11338e4eeaef69e4aabbc5b1b19155922ae90ea (patch) | |
| tree | e80a974af08da676774bee9f84dbebb1d1ba30a0 | |
| parent | e5be1b707634314218783b49c1ea8b31f41b84f6 (diff) | |
fix pipeline config
| -rw-r--r-- | azure-pipelines.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cc03f70c..f810a809 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,12 +23,11 @@ jobs: displayName: 'CreateRelease' inputs: gitHubConnection: GithubRelease - repositoryName: v2ray/geoip + repositoryName: 'v2ray/geoip' action: 'create' target: '$(build.sourceVersion)' - tagSource: 'auto' - #tag: # Required when action == edit || action == discard || tagSource == manual - title: '$(Date:yyyyMMdd)' + tagSource: 'User specified tag' + tag: '$(Date:yyyyMMdd)' releaseNotesSource: 'input' releaseNotes: 'Weekly Geoip Release' assets: '$(system.defaultWorkingDirectory)/publish/geoip.dat' |
