Skip to content

Commit e0353d9

Browse files
committed
p
1 parent bdbb9d8 commit e0353d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
steps:
2828
- name: Checkout
2929
uses: actions/checkout@v4
30+
- name: ls
31+
run: |
32+
ls -al migrations
3033
- name: rollout
3134
uses: docker://bytebase/bytebase-action:latest
3235
env:

0 commit comments

Comments
 (0)