|
|
@@ -33,13 +33,13 @@ steps:
|
|
|
displayName: "Generate Bleeding Edge Release"
|
|
|
env:
|
|
|
WORKDIR: $(system.defaultWorkingDirectory)
|
|
|
- GITHUB_TOKEN: $(GITHUB_TOKEN)
|
|
|
+ PERSONAL_TOKEN: $(GITHUB_TOKEN)
|
|
|
PRERELEASE: true
|
|
|
RELEASE_TAG: unstable-$(Build.SourceVersion)
|
|
|
RELEASE_SHA: $(Build.SourceVersion)
|
|
|
TRIGGER_REASON: $(Build.SourceBranch)
|
|
|
- GITHUB_REPO_OWNER: v2fly
|
|
|
- GITHUB_REPO_NAME: v2ray-core
|
|
|
+ COMMENT_TARGETTED_REPO_OWNER: v2fly
|
|
|
+ COMMENT_TARGETTED_REPO_NAME: v2ray-core
|
|
|
- script: |
|
|
|
echo $RELEASE_TAG
|
|
|
./release/tagrelease.sh
|
|
|
@@ -47,7 +47,7 @@ steps:
|
|
|
displayName: "Generate Tag Release"
|
|
|
env:
|
|
|
WORKDIR: $(system.defaultWorkingDirectory)
|
|
|
- GITHUB_TOKEN: $(GITHUB_TOKEN)
|
|
|
+ PERSONAL_TOKEN: $(GITHUB_TOKEN)
|
|
|
PRERELEASE: true
|
|
|
RELEASE_TAG: unstable-$(Build.SourceVersion)
|
|
|
RELEASE_SHA: $(Build.SourceVersion)
|