Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SushilMallRC committed May 2, 2024
1 parent 30fd784 commit 9ee29c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-with-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
TAG_NAME=${GITHUB_REF#refs/tags/}
VERSION=$(echo "$TAG_NAME" | sed 's/^v//')
echo "::set-output name=version::$VERSION"
- name: Update gemspec file with version
run: sed -i "s/gem.version\s*=\s*'.*'/gem.version = '${{ steps.extract_version.outputs.version }}'/" test-rc-sdk.gemspec
- name: Build gem
run: |
gem build test-rc-sdk.gemspec
Expand Down

0 comments on commit 9ee29c9

Please sign in to comment.