Skip to content

Commit

Permalink
Update release-ruby.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Jul 22, 2024
1 parent ded439e commit f848c8b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ jobs:
with:
ruby-version: 3.2

- name: Update version in version.rb
run: |
VERSION_FILE="languages/ruby/infisical-sdk/lib/version.rb"
sed -i.bak "s/VERSION = .*$/VERSION = '${{ github.ref_name }}'/" "$VERSION_FILE"
if [ -f "${VERSION_FILE}.bak" ]; then
rm "${VERSION_FILE}.bak"
fi
- name: Download Ruby schemas artifact
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
with:
Expand Down

0 comments on commit f848c8b

Please sign in to comment.