Skip to content

Commit

Permalink
Create bump-version.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
THuppke authored Jul 30, 2021
1 parent d59a5da commit 2411e00
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: bump-version
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Bump version and push tag
uses: jaumann/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
tags: true

0 comments on commit 2411e00

Please sign in to comment.