Skip to content

Commit

Permalink
Rename 'master' release to 'dev' (bytecodealliance#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
tschneidereit authored Aug 6, 2019
1 parent 41f8874 commit 95bcc63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 95bcc63

Please sign in to comment.