Skip to content

Commit 33f8cc6

Browse files
committed
Remove debug info
1 parent c66adaf commit 33f8cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
path: lib/build/webgpu.jar
5656

5757
- name: Publish bindings to GH packages
58-
run: ./gradlew -PwgpuVersion=${{ inputs.wgpuVersion }} :lib:publish --info --stacktrace
58+
run: ./gradlew -PwgpuVersion=${{ inputs.wgpuVersion }} :lib:publish
5959
env:
6060
GITHUB_USER: ${{ github.actor }}
6161
GITHUB_TOKEN: ${{ secrets.PKG_PUBLISHING_AUTH_TOKEN }}

0 commit comments

Comments
 (0)