From 0916a7340e73c780ba70ad2cda272fc59ec7f153 Mon Sep 17 00:00:00 2001 From: meisnate12 Date: Thu, 19 Jan 2023 11:36:00 -0500 Subject: [PATCH] [8] remove quotes --- .github/workflows/version.yml | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 501f4aa7..b1485906 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -88,7 +88,7 @@ jobs: - name: Get Changelog id: notes - run: echo 'NOTES="$(cat CHANGELOG)"' >> $GITHUB_OUTPUT + run: echo 'NOTES=$(cat CHANGELOG)' >> $GITHUB_OUTPUT - name: Create release id: create_release diff --git a/VERSION b/VERSION index d05eda44..f148cf48 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.18.3-develop7 +1.18.3-develop8