Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit f447bcb

Browse files
authored
Fix to actually release the release on release tag
1 parent 0243b3f commit f447bcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ stages:
145145

146146
- stage: release
147147
displayName: Release Toolkit
148-
dependsOn: [ 'postbuild' ]
148+
dependsOn: [ 'build' ]
149149
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'))
150150
jobs:
151151
- job: update_github_release

0 commit comments

Comments
 (0)