Skip to content

Merge pull request #4461 from jedwards4b/fix_remove_project_if_not_re… #131

Merge pull request #4461 from jedwards4b/fix_remove_project_if_not_re…

Merge pull request #4461 from jedwards4b/fix_remove_project_if_not_re… #131

Workflow file for this run

name: Bump version
on:
push:
branches:
- master
permissions: {}
jobs:
build:
permissions:
contents: write # to create a tag (mathieudutour/github-tag-action)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Bump version and push tag
id: tag_version
uses: mathieudutour/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
create_annotated_tag: true
default_bump: patch
dry_run: false
tag_prefix: cime
fetch_all_tags: true