From 86e3d78c331b26e83624f414418ef2b07edc6dbc Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Sat, 3 Jul 2021 15:30:59 +0200 Subject: [PATCH] (build) set version on release --- .github/workflows/release.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f751a06..266cdc1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -51,7 +51,6 @@ jobs: ../../CustomPiOS/src/update-custompios-paths - name: Set release image version - if: github.event_name == 'schedule' run: | source repository/src/config echo "DIST_VERSION=${{ steps.gitversion.outputs.majorMinorPatch }}" > repository/src/config.local