From 7f3bc5f0cc799a88c48d078f23deb2adfd6f3fc9 Mon Sep 17 00:00:00 2001 From: WStechura <109944521+WStechura@users.noreply.github.com> Date: Fri, 29 Nov 2024 09:18:00 +0100 Subject: [PATCH] Remove update-version task from workflow (#52) --- .github/workflows/build-test-and-publish.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build-test-and-publish.yaml b/.github/workflows/build-test-and-publish.yaml index 4fcefd0..0c80d66 100644 --- a/.github/workflows/build-test-and-publish.yaml +++ b/.github/workflows/build-test-and-publish.yaml @@ -27,8 +27,6 @@ jobs: fetch-depth: 0 - name: Set environment variables uses: ./.github/actions/set-environment-variables - - name: Update version - uses: ./.github/actions/update-version - name: Set up environment uses: ./.github/actions/setup-build-environment - name: Build the collection