File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 32
32
export PRERELEASE=$( cat latest_release.json | jq '.["prerelease"]' | tr -d '"')
33
33
export RELEASE_BODY=$( cat latest_release.json | jq '.["body"]' | tr -d '"')
34
34
export DATE=$( cat latest_release.json | jq '.["published_at"]' | tr -d '"')
35
- printf '%b\n' "---\ntitle: $RELEASE_TAG\ndate: $DATE\ntag: $RELEASE_TAG\nprerelease: $PRERELEASE\n---\n\n$RELEASE_BODY" > ./content/en/cloud /reference/releases/$RELEASE_TAG.md
35
+ printf '%b\n' "---\ntitle: $RELEASE_TAG\ndate: $DATE\ntag: $RELEASE_TAG\nprerelease: $PRERELEASE\n---\n\n$RELEASE_BODY" > ./content/en/kanvas /reference/releases/$RELEASE_TAG.md
36
36
- name : Update current release version
37
37
if : steps.meshery-extensions.outputs.current_tag != steps.meshery-extensions.outputs.release_tag
38
38
run : |
You can’t perform that action at this time.
0 commit comments