Skip to content

Commit c421313

Browse files
author
Jon Elverkilde
committed
Fix release action
1 parent 09665df commit c421313

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,9 @@ jobs:
6363
- name: Prepare version.rb
6464
run: |
6565
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
6966
- name: Commit changes
7067
run: |
71-
git add CHANGELOG.md lib/pusher/push_notifications/version.rb Gemfile.lock
68+
git add CHANGELOG.md lib/pusher/push_notifications/version.rb
7269
git commit -m "Bump to version ${{ env.VERSION }}"
7370
- name: Push
7471
run: git push

0 commit comments

Comments
 (0)