From 336a4b29ea27cbcc1c951a2c6efb583fe2b7b23d Mon Sep 17 00:00:00 2001 From: gilesb Date: Mon, 23 Oct 2023 20:07:40 +0100 Subject: [PATCH] added vesion bump --- .gitea/workflows/pr-closed.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitea/workflows/pr-closed.yml b/.gitea/workflows/pr-closed.yml index 8b6e5a4..b8f593e 100644 --- a/.gitea/workflows/pr-closed.yml +++ b/.gitea/workflows/pr-closed.yml @@ -36,6 +36,12 @@ jobs: - uses: http://sigyl.com:3000/actions/checkout@v3.5.4 with: token: ${{ secrets.BOT_TOKEN }} + - name: 'Automated Version Bump' + uses: 'phips28/gh-action-bump-version@master' + env: + GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }} + with: + custom-git-domain: 'sigyl.com/git' - name: tag run: | git fetch --tags