From 2bb473e569b1a227a533d6375472dbcdcfe2edf2 Mon Sep 17 00:00:00 2001 From: Matt DiMeglio Date: Mon, 19 Jan 2026 23:21:48 -0500 Subject: [PATCH] Update api-deploy-nonprod.yml --- .github/workflows/api-deploy-nonprod.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/api-deploy-nonprod.yml b/.github/workflows/api-deploy-nonprod.yml index 00ca1a7..0e6c77f 100644 --- a/.github/workflows/api-deploy-nonprod.yml +++ b/.github/workflows/api-deploy-nonprod.yml @@ -56,12 +56,6 @@ jobs: echo "DOCKERHUB_TOKEN secret is set" fi echo "Current Version: ${{inputs.current_version}}" - updateVersion: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v1 - - name: Bump version - run: npm version patch build: needs: check-inputs if: needs.check-inputs.result == 'success' && inputs.workflow_type != 'release'