Skip to content

Commit

Permalink
libraryVersion moved to realm_libary.dart (take 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsenko committed Jun 7, 2024
1 parent ec63c73 commit c7c7767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
with:
find: "const libraryVersion = '[^']*';"
replace: "const libraryVersion = '${{ steps.update-changelog.outputs.new-version }}';"
include: 'packages/realm_dart/lib/src/handles/native/realm_core.dart'
include: 'packages/realm_dart/lib/src/handles/native/realm_library.dart'

- name: Make sure we updated libraryVersion in realm_library.dart
run: |
Expand Down

0 comments on commit c7c7767

Please sign in to comment.