From a3ca106822cd4beef0dc9b1139f0fac92e2c80c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sun, 13 Feb 2022 02:37:44 +0100 Subject: [PATCH] build: rename version in semver --- .github/actions/release_milestone/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/release_milestone/action.yaml b/.github/actions/release_milestone/action.yaml index 27c91d3af2..901b2c26f4 100644 --- a/.github/actions/release_milestone/action.yaml +++ b/.github/actions/release_milestone/action.yaml @@ -71,7 +71,7 @@ runs: GITHUB_TOKEN: ${{ inputs.github_token }} GREN_GITHUB_TOKEN: ${{ inputs.github_token }} run: | - echo "$MILESTONE+next" > layouts/partials/version.html + echo "$MILESTONE+tip" > layouts/partials/version.html git add * git commit --message "Mark non-release version" git push origin main