From 3e70bd3ee6d50a44e22e8f2d93d0262caab249f6 Mon Sep 17 00:00:00 2001 From: shashankmc Date: Thu, 24 Oct 2024 13:29:48 +0200 Subject: [PATCH] Cleaned up and updated version --- .github/workflows/github-actions.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 7a2e7ab..13605e4 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -6,7 +6,7 @@ on: pull_request: branches: [ cellar ] env: - RELEASE_VERSION: 1.2.0 + RELEASE_VERSION: 1.2.1 jobs: lint: @@ -126,8 +126,6 @@ jobs: url: https://pypi.org/project/cellar-extractor/ permissions: id-token: write - outputs: - version_exists: ${{ steps.check-version.outputs.version_exists }} steps: - name: Download all the artifacts uses: actions/download-artifact@v4