Skip to content

Commit a75ae9c

Browse files
Fixed release path (#888)
1 parent 1bed886 commit a75ae9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
npm publish || true # Ignore publish failures, usually will happen because package already exists
8080
displayName: (azure-pipelines-task-lib) npm publish
8181
workingDirectory: node
82-
condition: and(succeeded(), in(variables['build.reason'], 'IndividualCI', 'BatchedCI', 'Manual'), in(variables['build.sourcebranchname'], 'master', '4.x'))
82+
condition: and(succeeded(), in(variables['build.reason'], 'IndividualCI', 'BatchedCI', 'Manual'), in(variables['build.sourcebranchname'], 'master', 'releases/4.x'))
8383
env:
8484
NPM_TOKEN: $(npmPublishToken)
8585

0 commit comments

Comments
 (0)