Skip to content

Commit 32c576a

Browse files
committed
Fix Release Github Action
1 parent 7cea255 commit 32c576a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v2
22+
- name: machine echo github
23+
env: { CONTENT: '${{ toJson(github) }}' }
24+
run: 'echo $CONTENT'
2225
- name: Install Node.js
2326
uses: actions/setup-node@v2
2427
with:
@@ -153,7 +156,7 @@ jobs:
153156
retention-days: 10
154157

155158
publish-marketplace:
156-
if: github.event_name == 'release'
159+
if: github.event_name == 'release' && github.
157160
needs:
158161
- unit-test
159162
- lint

0 commit comments

Comments
 (0)