Skip to content

Commit 5615d9e

Browse files
committed
debugging pipeline changes
1 parent 3680b9d commit 5615d9e

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/pr-storybook.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ jobs:
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: |
@@ -40,7 +43,6 @@ jobs:
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

stories/versionInfo.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
*/
17
import { PACKAGE_VERSION } from '@microsoft/mgt-element';
28

39
const postfixSplit = PACKAGE_VERSION.indexOf('-');

0 commit comments

Comments
 (0)