Skip to content

Commit

Permalink
Merge pull request #1 from bovidiu/bovidiu-patch-1
Browse files Browse the repository at this point in the history
Create bump_version.yml
  • Loading branch information
bovidiu authored Nov 3, 2024
2 parents 0f35fcb + 9ae198e commit 8a4374c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Bump version
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
fetch-depth: '0'

- name: Bump version and push tag
uses: anothrNick/github-tag-action@1.61.0 # Don't use @master unless you're happy to test the latest version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true

0 comments on commit 8a4374c

Please sign in to comment.