From 1baab7a22a344a777c28824248557f7c034e7fcf Mon Sep 17 00:00:00 2001 From: botprzemek Date: Thu, 5 Feb 2026 11:49:56 +0000 Subject: [PATCH] cicd: changed initial release version #minor --- .github/workflows/publish.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1dd760b..91a88b2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,7 +13,6 @@ concurrency: production jobs: release: name: Tag and create GitHub release - # if: github.event.pull_request.merged == true runs-on: ubuntu-24.04-arm permissions: contents: write @@ -31,7 +30,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GIT_API_TAGGING: true WITH_V: false - INITIAL_VERSION: 1.0.0 + INITIAL_VERSION: 0.1.0 DEFAULT_BUMP: patch DEFAULT_BRANCH: main RELEASE_BRANCHES: main