Skip to content

Commit 6ff14a5

Browse files
committed
yolo: Copy-paste to fix previous copy-paste
1 parent 47025d7 commit 6ff14a5

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,8 @@ jobs:
5151
- name: Build ⚙️
5252
run: yarn build
5353

54-
- name: Dump GitHub context
55-
env:
56-
GITHUB_CONTEXT: ${{ toJson(github) }}
57-
run: echo "$GITHUB_CONTEXT"
58-
59-
- name: Dump job context
60-
env:
61-
JOB_CONTEXT: ${{ toJson(job) }}
62-
run: echo "$JOB_CONTEXT"
63-
6454
- name: Publish 📜
65-
if: github.event.type == 'release' && github.event.action == 'published'
55+
if: github.event_name == 'release' && github.event.action == 'published'
6656
run: yarn publish
6757
env:
6858
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)