Skip to content

Commit 6f035d6

Browse files
committed
ci: Specify version for gradle build
1 parent 62d938f commit 6f035d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: Make gradle wrapper executable
9191
run: chmod +x ./gradlew
9292
- name: Build ${{ matrix.loader }} artifact
93-
run: ./gradlew :${{ matrix.loader }}:build
93+
run: ./gradlew :${{ matrix.loader }}:build '-Pversion=${{needs.create-release.outputs.version}}'
9494
- name: Upload ${{ matrix.loader }} artifact
9595
uses: actions/upload-artifact@v4
9696
with:

0 commit comments

Comments
 (0)