We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c66adaf commit 33f8cc6Copy full SHA for 33f8cc6
.github/workflows/build-and-publish-bindings.yml
@@ -55,7 +55,7 @@ jobs:
55
path: lib/build/webgpu.jar
56
57
- name: Publish bindings to GH packages
58
- run: ./gradlew -PwgpuVersion=${{ inputs.wgpuVersion }} :lib:publish --info --stacktrace
+ run: ./gradlew -PwgpuVersion=${{ inputs.wgpuVersion }} :lib:publish
59
env:
60
GITHUB_USER: ${{ github.actor }}
61
GITHUB_TOKEN: ${{ secrets.PKG_PUBLISHING_AUTH_TOKEN }}
0 commit comments