Skip to content

Commit ddbd308

Browse files
committed
tweak
1 parent 795fffe commit ddbd308

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

azure-pipelines.release-publish.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ extends:
5050
- stage: Publish
5151
displayName: Publish tarball
5252
jobs:
53-
- job: npm
53+
- job: tarball
5454
displayName: Publish tarball
5555
condition: succeeded()
5656
timeoutInMinutes: 0
@@ -84,7 +84,8 @@ extends:
8484
publishEndpoint: Typescript NPM
8585

8686
- job: github
87-
displayName: Publish git tag
87+
displayName: Create github release
88+
dependsOn: tarball
8889
condition: succeeded()
8990
timeoutInMinutes: 0
9091
templateContext:

0 commit comments

Comments
 (0)