fix: hugo and backup ci again (#848)

This commit is contained in:
Luigi Operoso 2023-06-05 23:54:37 +02:00 committed by GitHub
parent 93d3e9eb9f
commit 813cbc812e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ jobs:
if: env.IS_CHANGED == 'true'
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.62.2'
hugo-version: '0.113.0'
extended: true
# Sets up node - required by Hugo

View File

@ -54,6 +54,5 @@ jobs:
if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
run: |
git reset --hard
rm bin/sembump
make -C backup/pvc docker-build
make -C backup/pvc docker-release

View File

@ -151,6 +151,7 @@ bump-version: sembump ## Bump the version in the version file. Set BUMP to [ pat
echo $(NEW_VERSION) > VERSION.txt
git add VERSION.txt
git commit -avm "Bump backup PVC version to $(NEW_VERSION)"
rm $(PROJECT_DIR)/bin/sembump
.PHONY: tag
tag: ## Create a new git tag to prepare to build a release