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 }}