Skip to content

Commit

Permalink
L-168 Autotag new versions (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrHeinz authored Oct 4, 2023
1 parent e69de41 commit 36de70f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/autotag.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Autotag

on:
push:
branches: main

jobs:
tag:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Tag new version
uses: phish108/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN}}
bump: minor
with-v: true
release-branch: main

0 comments on commit 36de70f

Please sign in to comment.