We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d031649 + e9fa3ed commit f7681abCopy full SHA for f7681ab
.github/workflows/publish.yml
@@ -7,7 +7,7 @@ jobs:
7
uses: ./.github/workflows/gradle.yml
8
publish:
9
name: Release build and publish
10
- needs: test
+ needs: build
11
runs-on: macOS-latest
12
steps:
13
- name: Check out code
0 commit comments