diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 20c14ed44f..81787fcb97 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -156,8 +156,8 @@ jobs: displayName: Set tag name condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/') - bash: | - echo "##vso[task.setvariable variable=tagName;]master" - displayName: Set tag name to "master" + echo "##vso[task.setvariable variable=tagName;]dev" + displayName: Set tag name to "dev" condition: eq(variables['Build.SourceBranch'], 'refs/heads/master') - bash: | @@ -232,7 +232,7 @@ jobs: repositoryName: 'cranestation/wasmtime' action: 'edit' target: '$(Build.SourceVersion)' - tag: 'master' + tag: 'dev' title: 'Latest CI build' assets: '$(Build.ArtifactStagingDirectory)/**' isDraft: false