Skip to content

Commit 536aaff

Browse files
authored
[Infrastructure] Disable failing push job from js-release.yml (#6563)
Disable push job from js-release.yml to be able to continue package release
1 parent 8cfd8c1 commit 536aaff

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.pipelines/js-release.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,3 @@ steps:
5959
workingDir: source/nodejs/${{ target_package }}
6060
publishEndpoint: npmjs.com
6161
condition: and(succeeded(), eq(variables['Build.Reason'], 'Manual'))
62-
63-
- bash: |
64-
git config --global user.email "adaptivecardscore@microsoft.com"
65-
git config --global user.name "adaptivecards"
66-
git push --tags
67-
workingDirectory: source/android/adaptivecards
68-
displayName: 'Push git tag'
69-
70-
71-

0 commit comments

Comments
 (0)