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 1da4719 commit ab214d9Copy full SHA for ab214d9
1 file changed
.github/workflows/release.yml
@@ -15,8 +15,9 @@ jobs:
15
with:
16
java: 8
17
pre_gradle_tasks: setup
18
- gradle_tasks: build publish
+ gradle_tasks: outputJar publish
19
version_labels: -beta, -stable
20
+ set_project_version: true
21
22
# We only publish the main repository. This way we avoid publishing Kits
23
if: ${{ github.repository == 'magmafoundation/Magma-Forge' }}
0 commit comments