We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09665df commit c421313Copy full SHA for c421313
.github/workflows/release.yml
@@ -63,12 +63,9 @@ jobs:
63
- name: Prepare version.rb
64
run: |
65
sed -i "s|VERSION = '[^']*'|VERSION = '${{ env.VERSION }}'|" lib/pusher/version.rb
66
- - name: Prepare Gemfile.lock
67
- run: |
68
- sed -i "s|pusher-push-notifications ([^)]*)|pusher-push-notifications (${{ env.VERSION }})|" Gemfile.lock
69
- name: Commit changes
70
71
- git add CHANGELOG.md lib/pusher/push_notifications/version.rb Gemfile.lock
+ git add CHANGELOG.md lib/pusher/push_notifications/version.rb
72
git commit -m "Bump to version ${{ env.VERSION }}"
73
- name: Push
74
run: git push
0 commit comments