File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 2929 run : |
3030 npm install -g yarn lerna
3131 yarn
32-
32+ - env :
33+ EVENT_CONTEXT : ${{ toJSON(github.event) }}
34+ run : |
35+ echo $EVENT_CONTEXT
3336 - name : Extract tag name
3437 shell : bash
3538 run : |
4043 else
4144 echo "##[set-output name=tag;]pr.${{ github.event.pull_request.number }}"
4245 fi
43- echo "##[set-output name=tag;]$(branch=${GITHUB_REF#refs/heads/}; echo ${branch/\//.})"
4446 id : extract_tag
4547 - run : node scripts/setVersion.js --tag ${{ steps.extract_tag.outputs.tag }}
4648
Original file line number Diff line number Diff line change 1+ /**
2+ * -------------------------------------------------------------------------------------------
3+ * Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License.
4+ * See License in the project root for license information.
5+ * -------------------------------------------------------------------------------------------
6+ */
17import { PACKAGE_VERSION } from '@microsoft/mgt-element' ;
28
39const postfixSplit = PACKAGE_VERSION . indexOf ( '-' ) ;
You can’t perform that action at this time.
0 commit comments