Skip to content

Commit 567e46e

Browse files
wait for it to build
1 parent 01120ce commit 567e46e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
contents: write
4949
packages: write
5050
if: ${{ github.event_name != 'pull_request' }}
51+
needs:
52+
- build
5153
steps:
5254
- name: Get current date
5355
run: echo "WLIB_BUILD_DATE=$(date +'%Y-%m-%d_%H-%M-%S')" >> "$GITHUB_ENV"
@@ -69,4 +71,4 @@ jobs:
6971
gh release upload ${{ github.event.release.tag_name }} $file
7072
done
7173
- name: Publish
72-
run: ./gradlew -Pskip_nms=true clean build publish
74+
run: ./gradlew -Pskip_nms=true publish

0 commit comments

Comments
 (0)