From 584fccec92ce70efababeaf4b866accd92588eec Mon Sep 17 00:00:00 2001 From: P0nk Date: Sun, 16 Oct 2022 10:04:35 +0200 Subject: [PATCH] Activate bump-version action --- .github/workflows/bump-version.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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