From 21f07181c3f2e93884bbdedc19fb154f9dfaec2b Mon Sep 17 00:00:00 2001 From: Jamie Date: Fri, 8 Oct 2021 20:28:48 +0100 Subject: [PATCH 1/2] ci: :construction: fixed versioning --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7011a5943..333cd4410 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -192,9 +192,9 @@ jobs: if: contains(github.ref, 'develop') with: prerelease: true - body: ${{ needs.versioning.outputs.changelog }} - name: ${{ needs.versioning.outputs.tag }} - tag_name: ${{ needs.versioning.outputs.tag }} + body: ${{ steps.changelog.outputs.changelog }} + name: ${{ steps.changelog.outputs.tag }} + tag_name: ${{ steps.changelog.outputs.tag }} files: | artifacts/**/*.tar.gz artifacts/**/*.zip From 031082eabfc7676875caaeef74babb5f50b31ad3 Mon Sep 17 00:00:00 2001 From: Jamie Date: Fri, 8 Oct 2021 20:29:34 +0100 Subject: [PATCH 2/2] chore: bump version --- version.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.json b/version.json index 0fcc04492..2277f023b 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "4.0.1511" -} \ No newline at end of file + "version": "4.1.0" +}