Skip to content

Commit

Permalink
Corrected core version grabbing
Browse files Browse the repository at this point in the history
  • Loading branch information
papafe committed Apr 17, 2024
1 parent 7aae358 commit 07eb2d5
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 @@ -20,7 +20,7 @@ jobs:
id: get-core-version
run: |
cd wrappers/realm-core
pkgVersion=$(grep "\bVERSION=" dependencies.list | cut -d= -f2)
pkgVersion=$(grep "\bVERSION:" dependencies.yml | cut -d: -f2)
echo "core-version=$pkgVersion" >> $GITHUB_OUTPUT
shell: bash
- name: Update Analytics.cs
Expand Down

0 comments on commit 07eb2d5

Please sign in to comment.