Skip to content

Commit

Permalink
Create version-bump.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iryanclarke authored Jul 5, 2022
1 parent e590a1c commit bd28954
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/version-bump.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Bump version
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Bump version and push tag
uses: hennejg/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
default_bump: patch
release_branches: main

0 comments on commit bd28954

Please sign in to comment.