Skip to content

Commit 6e62fba

Browse files
authored
Fix publish. (#5430)
1 parent 6d8ac64 commit 6e62fba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common/config/azure-pipelines/npm-publish-rush.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ extends:
6363
VersionPolicyName: rush
6464
BranchName: $(SourceBranch)
6565

66-
- template: /common/config/azure-pipelines/templates/post-publish.yaml
66+
- template: /common/config/azure-pipelines/templates/post-publish.yaml@self

common/config/azure-pipelines/npm-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ extends:
5353
VersionPolicyName: noRush
5454
BranchName: $(SourceBranch)
5555

56-
- template: /common/config/azure-pipelines/templates/post-publish.yaml
56+
- template: /common/config/azure-pipelines/templates/post-publish.yaml@self

0 commit comments

Comments
 (0)