Skip to content

Commit

Permalink
Added bumpversion back to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoeleboele committed Nov 7, 2023
1 parent 45ff4d6 commit 1dfa605
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/BumpVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout source code'
uses: 'actions/checkout@v2'
uses: 'actions/checkout@v3'
with:
ref: ${{ github.ref }}
- name: 'cat package.json'
Expand All @@ -30,7 +30,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag-prefix: 'v'
target-branch: 'master'
# target-branch: 'master'
minor-wording: 'add,Adds,new'
major-wording: 'MAJOR,cut-major'
patch-wording: 'patch,fixes'
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,11 @@ jobs:
needs: build
# if: github.ref == 'refs/heads/master'
uses: ./.github/workflows/Release.yml
secrets: inherit

BumpVersion:
name: Bump version
needs: deploy
# if: github.ref == 'refs/heads/master'
uses: ./.github/workflows/BumpVersion.yml
secrets: inherit

0 comments on commit 1dfa605

Please sign in to comment.