Fix bug causing mip workflow start to fail (#2769)(patch) #946
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Bump2version-CI" | |
on: | |
push: | |
branches: | |
- "master" | |
- "main" | |
jobs: | |
bump-version: | |
runs-on: ubuntu-latest | |
name: Bump version and push tags to master | |
steps: | |
- name: Bump version | |
uses: Clinical-Genomics/bump2version-ci@v3 | |
env: | |
BUMPVERSION_TOKEN: ${{ secrets.BUMPVERSION_TOKEN }} | |
BUMPVERSION_AUTHOR: ${{ secrets.BUMPVERSION_AUTHOR }} | |
BUMPVERSION_EMAIL: ${{ secrets.BUMPVERSION_EMAIL }} | |
GITHUB_REPOSITORY: ${{ github.repository }} |