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