Skip to content

Commit 60d015e

Browse files
authored
Diff patched package.json
[Build]
1 parent 15c9c0b commit 60d015e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release-nightly.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ jobs:
3232
with:
3333
node-version: '12.12'
3434
- name: Prepare nightly
35-
run: .github/workflows/nightly.sh
35+
run: |
36+
.github/workflows/nightly.sh
37+
git diff package.json
3638
- name: Get current version
3739
id: version
3840
run: echo "::set-output name=version::$(jq -r .version package.json)"

0 commit comments

Comments
 (0)