Skip to content

Commit

Permalink
try #2
Browse files Browse the repository at this point in the history
  • Loading branch information
nirinchev committed May 3, 2022
1 parent d5da7d9 commit 83c7e49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/delme.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Realm Dart CI
name: Delme

on:
pull_request:
Expand All @@ -16,9 +16,9 @@ jobs:
- name: Update pubspec.yaml
uses: jacobtomlinson/gha-find-replace@b76729678e8d52dadb12e0e16454a93e301a919d #! 2.0.0
with:
find: ' realm_(common|generator):\n path:.*'
find: ' realm_(common|generator):(\n|\r\n) path:.*'
replace: ' realm_$1: 1.2.3'
include: '**/pubspec.yaml'
include: 'pubspec.yaml'

- name: Output generator.yaml
run: |
Expand Down

0 comments on commit 83c7e49

Please sign in to comment.