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