Skip to content

Merge pull request #626 from billsacks/histaux_atm2med_fixes #266

Merge pull request #626 from billsacks/histaux_atm2med_fixes

Merge pull request #626 from billsacks/histaux_atm2med_fixes #266

Workflow file for this run

name: Bump version
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Bump version and push tag
id: tag_version
uses: mathieudutour/github-tag-action@v6.2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
create_annotated_tag: true
default_bump: patch
dry_run: false
tag_prefix: cmeps