diff --git a/.github/workflows/auto-gen-docs.yaml b/.github/workflows/auto-gen-docs.yaml index 8db4d9ba..f446e72f 100644 --- a/.github/workflows/auto-gen-docs.yaml +++ b/.github/workflows/auto-gen-docs.yaml @@ -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 diff --git a/.github/workflows/release-backup.yaml b/.github/workflows/release-backup.yaml index 983efc70..8a9ac30e 100644 --- a/.github/workflows/release-backup.yaml +++ b/.github/workflows/release-backup.yaml @@ -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 diff --git a/backup/pvc/Makefile b/backup/pvc/Makefile index d8ec544f..3587d57d 100644 --- a/backup/pvc/Makefile +++ b/backup/pvc/Makefile @@ -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