Rename 'master' release to 'dev' (#242)
This commit is contained in:
committed by
GitHub
parent
41f88745c4
commit
95bcc63ff8
@@ -156,8 +156,8 @@ jobs:
|
|||||||
displayName: Set tag name
|
displayName: Set tag name
|
||||||
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/')
|
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/')
|
||||||
- bash: |
|
- bash: |
|
||||||
echo "##vso[task.setvariable variable=tagName;]master"
|
echo "##vso[task.setvariable variable=tagName;]dev"
|
||||||
displayName: Set tag name to "master"
|
displayName: Set tag name to "dev"
|
||||||
condition: eq(variables['Build.SourceBranch'], 'refs/heads/master')
|
condition: eq(variables['Build.SourceBranch'], 'refs/heads/master')
|
||||||
|
|
||||||
- bash: |
|
- bash: |
|
||||||
@@ -232,7 +232,7 @@ jobs:
|
|||||||
repositoryName: 'cranestation/wasmtime'
|
repositoryName: 'cranestation/wasmtime'
|
||||||
action: 'edit'
|
action: 'edit'
|
||||||
target: '$(Build.SourceVersion)'
|
target: '$(Build.SourceVersion)'
|
||||||
tag: 'master'
|
tag: 'dev'
|
||||||
title: 'Latest CI build'
|
title: 'Latest CI build'
|
||||||
assets: '$(Build.ArtifactStagingDirectory)/**'
|
assets: '$(Build.ArtifactStagingDirectory)/**'
|
||||||
isDraft: false
|
isDraft: false
|
||||||
|
|||||||
Reference in New Issue
Block a user