Skip to content

Commit

Permalink
Update publish-gem.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ami-descope authored Apr 17, 2024
1 parent d20a679 commit 2d81544
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-gem.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: Bump version
run: |
NEW_VERSION=$(echo ${{ github.event.release.tag_name }} | sed 's/^v//') # strip the 'v' from the tag if present
sed -i "s/VERSION = '1.0.6'/VERSION = '${NEW_VERSION}'/g" version.rb
cat ./lib/descope/version.rb
sed -i "s/VERSION = '1.0.6'/VERSION = '${NEW_VERSION}'/g" lib/descope/version.rb
cat lib/descope/version.rb
git status
- name: Commit changes
Expand Down

0 comments on commit 2d81544

Please sign in to comment.