You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo url=https://fuselabs.visualstudio.com/531382a8-71ae-46c8-99eb-9512ccb91a43/_apis/build/Builds/422059 | tee --append $GITHUB_OUTPUT
121
+
shell: bash
125
122
126
123
- name: Wait for pipeline completion
127
124
uses: azure/cli@v2
@@ -222,6 +219,7 @@ runs:
222
219
echo version=$VERSION | tee --append $GITHUB_OUTPUT
223
220
224
221
if [[ "$VERSION" == *-0 ]]; then echo version-type=prerelease | tee --append $GITHUB_OUTPUT; else echo version-type=production | tee --append $GITHUB_OUTPUT; fi
0 commit comments