From e54069cd60bb0a5290ebab34ffc062cbe39a4094 Mon Sep 17 00:00:00 2001 From: shayaantx <5449086+shayaantx@users.noreply.github.com> Date: Sat, 14 May 2022 13:32:11 -0400 Subject: [PATCH] Fix custom release workflow name (#71) --- .github/workflows/custom-build.yml | 2 +- src/main/resources/version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/custom-build.yml b/.github/workflows/custom-build.yml index ce4997b..c779dc6 100644 --- a/.github/workflows/custom-build.yml +++ b/.github/workflows/custom-build.yml @@ -1,4 +1,4 @@ -name: development +name: build-custom-release on: workflow_dispatch: inputs: diff --git a/src/main/resources/version.txt b/src/main/resources/version.txt index ba09cfd..3884b9b 100644 --- a/src/main/resources/version.txt +++ b/src/main/resources/version.txt @@ -1 +1 @@ -5.3.2 \ No newline at end of file +5.3.3 \ No newline at end of file