mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-08 19:46:41 +00:00
ci: remove unnecessary cat
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
||||
- name: Extract version
|
||||
id: version
|
||||
run: |
|
||||
VERSION="v$(cat .release-please-manifest.json | jq -r '.["."']')"
|
||||
VERSION="v$(jq -r '."."' .release-please-manifest.json)"
|
||||
echo "VERSION=${VERSION}" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Restore @main refs
|
||||
|
||||
Reference in New Issue
Block a user