2 Commits
main ... v0.1.0

Author SHA1 Message Date
Patrick Mahnke-Hartmann
0fb3ccd506 tagging on each push 2025-09-19 15:42:19 +02:00
Patrick Mahnke-Hartmann
a6ef23fd69 added git checkout 2025-09-19 15:21:52 +02:00

View File

@@ -100,6 +100,8 @@ jobs:
outputs:
tag_name: ${{ steps.set_tag.outputs.tag_name }}
steps:
- uses: actions/checkout@v4
- name: Determine next semantic version tag
id: set_tag
run: |
@@ -249,7 +251,7 @@ jobs:
tag:
name: Create Tag
needs: [build, set-tag]
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
if: github.event_name == 'push'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4