ci: add workflows

This commit is contained in:
2024-09-26 19:42:19 +02:00
parent c41c406053
commit 44f72f9b0e
3 changed files with 96 additions and 2 deletions

View File

@@ -38,9 +38,16 @@ env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
jobs:
create_version:
test:
name: Test
runs-on: ubuntu-latest
name: Create version from tag
steps:
- name: Test
uses: ./.github/actions/test
bump_version:
needs: test
runs-on: ubuntu-latest
name: Bump version and create release
steps:
- name: GH_TOKEN
if: env.GH_TOKEN == ''