From 2a4a4d92fd1019cc2463be904139f0fb2252309e Mon Sep 17 00:00:00 2001 From: Salima Hassouni Date: Thu, 15 Feb 2024 20:09:57 +0000 Subject: [PATCH] dbp-557- gerate major tag --- .github/workflows/auto-tag-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-tag-release.yaml b/.github/workflows/auto-tag-release.yaml index fbd4146..e4cf857 100644 --- a/.github/workflows/auto-tag-release.yaml +++ b/.github/workflows/auto-tag-release.yaml @@ -21,5 +21,5 @@ jobs: uses: rickstaa/action-update-semver@77e8cb0f3cd805b38ffe25c07236336e05dcb4da with: github_token: ${{ secrets.GITHUB_TOKEN }} - major_version_tag_only: true # true wenn nur Major-Tags wird aktualisiert oder erstellt + major_version_tag_only: false # true wenn nur Major-Tags wird aktualisiert oder erstellt github-token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file