diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index f2f8a1d8c6..4ae1b4a5ed 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -3,8 +3,8 @@ name: Bump version on: pull_request: - #types: - # - closed + types: + - closed branches: - master @@ -21,5 +21,4 @@ jobs: uses: anothrNick/github-tag-action@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - WITH_V: true - DRY_RUN: true \ No newline at end of file + WITH_V: true \ No newline at end of file