We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cfd8c1 commit 536aaffCopy full SHA for 536aaff
.pipelines/js-release.yml
@@ -59,13 +59,3 @@ steps:
59
workingDir: source/nodejs/${{ target_package }}
60
publishEndpoint: npmjs.com
61
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