Skip to content

Commit

Permalink
Create bump.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
treeder authored Oct 4, 2023
1 parent de354d3 commit 057f59a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Bump version

on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Bump version
run: |
git config --global user.email "[email protected]"
git config --global user.name "Actions"
git fetch --tags
wget -O - https://raw.githubusercontent.com/treeder/bump/master/gitbump.sh | bash

0 comments on commit 057f59a

Please sign in to comment.