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.
2 parents ee3845c + 6568e75 commit 9cdd88bCopy full SHA for 9cdd88b
.github/workflows/release.yml
@@ -67,5 +67,5 @@ jobs:
67
with:
68
upload_url: ${{ steps.create_release.outputs.upload_url }}
69
asset_path: ./build/libs/besu-shomei-plugin-${{ steps.get_version.outputs.VERSION }}-test-support.jar
70
- asset_name: besu-shomei-plugin-${{ steps.get_version.outputs.VERSION }}-test-support.jar
+ asset_name: besu-shomei-plugin-test-support-${{ steps.get_version.outputs.VERSION }}.jar
71
asset_content_type: application/octet-stream
gradle.properties
@@ -1,3 +1,3 @@
1
-releaseVersion=0.6.3-SNAPSHOT
+releaseVersion=0.6.4-SNAPSHOT
2
besuVersion=25.5.0-linea2
3
arithmetizationVersion=beta-v2.1-rc16
0 commit comments