Skip to content

Commit

Permalink
fix: fix release github action error (#78)
Browse files Browse the repository at this point in the history
Because

- Release action has error

This commit

- fix this issue
  • Loading branch information
EiffelFly committed Jun 30, 2022
1 parent 5ea792d commit 4bec7e5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
core.setOutput('tag', tag)
core.setOutput('no_v_tag', no_v_tag)
- name: Checkout
uses: actions/checkout@v3

- name: Download airbyte icons
if: github.event_name == 'release'
run: yarn download-airbyte-icons
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
name: Playwright Tests

on:
push:
branches:
- "*"

0 comments on commit 4bec7e5

Please sign in to comment.