diff --git a/.github/workflows/release-autotag.yaml b/.github/workflows/release-autotag.yaml index 6434ef05..36824a18 100644 --- a/.github/workflows/release-autotag.yaml +++ b/.github/workflows/release-autotag.yaml @@ -4,8 +4,8 @@ on: branches: - main - fix-autotag - paths: - - VERSION + # paths: + # - VERSION jobs: create-tag: runs-on: ubuntu-20.04