diff --git a/.forgejo/workflows/tag.yml b/.forgejo/workflows/tag.yml index 311215d..1cf1cb2 100644 --- a/.forgejo/workflows/tag.yml +++ b/.forgejo/workflows/tag.yml @@ -4,6 +4,8 @@ on: push: branches: - main + paths: + - "config**" jobs: release: @@ -16,7 +18,7 @@ jobs: fetch-depth: 0 - name: Bump version and push tag - uses: https://github.com/anothrNick/github-tag-action@v1 + uses: https://github.com/anothrNick/github-tag-action@v1.67.0 env: WITH_V: false DEFAULT_BUMP: patch