From db815f8e4d1368b00a10b13080b21f6d4824fcd2 Mon Sep 17 00:00:00 2001 From: Michal Checinski Date: Thu, 22 Feb 2024 16:15:08 +0100 Subject: [PATCH] [DEVOPS-1785] Fix ruby sdk name in version bump workflow --- .github/workflows/version-bump.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/version-bump.yml b/.github/workflows/version-bump.yml index 8abe4b018..3c6485a09 100644 --- a/.github/workflows/version-bump.yml +++ b/.github/workflows/version-bump.yml @@ -154,7 +154,7 @@ jobs: ### ruby sdk - name: Bump ruby-sdk Version if: ${{ inputs.project == 'ruby-sdk' }} - run: sed -i "s/VERSION = '[0-9]\.[0-9]\.[0-9]'/VERSION = '${{ inputs.version_number }}'/" ./languages/ruby/bitwarden_sdk/lib/version.rb + run: sed -i "s/VERSION = '[0-9]\.[0-9]\.[0-9]'/VERSION = '${{ inputs.version_number }}'/" ./languages/ruby/bitwarden_sdk_secrets/lib/version.rb ############################ # VERSION BUMP SECTION END #