Skip to content

Commit

Permalink
dependencies file now in YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsenko committed Mar 15, 2024
1 parent 768e15b commit c65da9d
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 @@ -79,7 +79,7 @@ jobs:
- name: Read Core version
id: get-core-version
run: |
pkgVersion=$(grep "\bVERSION=" dependencies.list | cut -d= -f2)
pkgVersion=$(yq '.VERSION' dependencies.yml)
echo "core-version=$pkgVersion" >> $GITHUB_OUTPUT
echo "Realm Core version: $pkgVersion"
shell: bash
Expand Down

0 comments on commit c65da9d

Please sign in to comment.