Skip to content

Commit b645f99

Browse files
committed
test github actions
1 parent eb75c68 commit b645f99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: ./.github/actions/setup
21-
- run: bun run build
22-
run: |
23-
ls ${{ github.workspace }}
21+
- run: |
22+
bun run build &&
23+
ls ${{ github.workspace }}

0 commit comments

Comments
 (0)