Skip to content

Commit f7681ab

Browse files
authored
Merge pull request #17 from yumemi-inc/fix_ci_bug
Fix CI bug
2 parents d031649 + e9fa3ed commit f7681ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
uses: ./.github/workflows/gradle.yml
88
publish:
99
name: Release build and publish
10-
needs: test
10+
needs: build
1111
runs-on: macOS-latest
1212
steps:
1313
- name: Check out code

0 commit comments

Comments
 (0)