mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
build: rename version in semver
This commit is contained in:
parent
dc44692942
commit
a3ca106822
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ runs:
|
||||||
GITHUB_TOKEN: ${{ inputs.github_token }}
|
GITHUB_TOKEN: ${{ inputs.github_token }}
|
||||||
GREN_GITHUB_TOKEN: ${{ inputs.github_token }}
|
GREN_GITHUB_TOKEN: ${{ inputs.github_token }}
|
||||||
run: |
|
run: |
|
||||||
echo "$MILESTONE+next" > layouts/partials/version.html
|
echo "$MILESTONE+tip" > layouts/partials/version.html
|
||||||
git add *
|
git add *
|
||||||
git commit --message "Mark non-release version"
|
git commit --message "Mark non-release version"
|
||||||
git push origin main
|
git push origin main
|
||||||
|
|
Loading…
Reference in a new issue