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 2e276db commit 11a9e82Copy full SHA for 11a9e82
.github/workflows/build.yml
@@ -130,5 +130,5 @@ jobs:
130
with:
131
upload_url: ${{ steps.createDraft.outputs.upload_url }}
132
asset_path: ./e2e/spp-probe-${{ env.SPP_PROBE_VERSION }}.jar
133
- asset_name: spp-probe-${{ env.SPP_PROBE_VERSION }}.jar
+ asset_name: spp-probe.jar
134
asset_content_type: application/java-archive
gradle.properties
@@ -1,7 +1,7 @@
1
kotlin.code.style=official
2
3
probeGroup = spp.probe
4
-probeVersion = 0.1.23
+probeVersion = 0.1.24
5
6
#SkyWalking 8.7.0-compatible
7
vertxVersion = 4.0.2
0 commit comments