From 999449cc54c5c01fff1a66406be6e72872b75979 Mon Sep 17 00:00:00 2001 From: Sebastian Hartte Date: Fri, 7 Jun 2024 01:31:34 +0200 Subject: [PATCH] Forgot to send the version --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 94fc688..f8ffae9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: with: java: 21 gradle_tasks: publish "-PminecraftVersion=${{ github.event.inputs.minecraft_version }}" - version_task: configureGitHubActions + version_task: configureGitHubActions "-PminecraftVersion=${{ github.event.inputs.minecraft_version }}" secrets: DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }} MAVEN_USER: ${{ secrets.MAVEN_USER }}