We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 795fffe commit ddbd308Copy full SHA for ddbd308
1 file changed
azure-pipelines.release-publish.yml
@@ -50,7 +50,7 @@ extends:
50
- stage: Publish
51
displayName: Publish tarball
52
jobs:
53
- - job: npm
+ - job: tarball
54
55
condition: succeeded()
56
timeoutInMinutes: 0
@@ -84,7 +84,8 @@ extends:
84
publishEndpoint: Typescript NPM
85
86
- job: github
87
- displayName: Publish git tag
+ displayName: Create github release
88
+ dependsOn: tarball
89
90
91
templateContext:
0 commit comments