mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 15:39:46 +00:00
Output the plain version as well
This commit is contained in:
parent
f459da6f43
commit
86745d66df
2
.github/workflows/build-and-release.yml
vendored
2
.github/workflows/build-and-release.yml
vendored
@ -547,6 +547,7 @@ jobs:
|
|||||||
formatted_version: ${{ steps.format_metadata.outputs.formatted_version }}
|
formatted_version: ${{ steps.format_metadata.outputs.formatted_version }}
|
||||||
formatted_build_time: ${{ steps.format_metadata.outputs.formatted_build_time }}
|
formatted_build_time: ${{ steps.format_metadata.outputs.formatted_build_time }}
|
||||||
changelog: ${{ steps.read_changelog.outputs.changelog }}
|
changelog: ${{ steps.read_changelog.outputs.changelog }}
|
||||||
|
version: ${{ steps.format_metadata.outputs.version }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
@ -573,6 +574,7 @@ jobs:
|
|||||||
echo "formatted_version=${formatted_version}" >> "$GITHUB_OUTPUT"
|
echo "formatted_version=${formatted_version}" >> "$GITHUB_OUTPUT"
|
||||||
echo "FORMATTED_VERSION=${formatted_version}" >> $GITHUB_ENV
|
echo "FORMATTED_VERSION=${formatted_version}" >> $GITHUB_ENV
|
||||||
echo "formatted_build_time=${formatted_build_time}" >> "$GITHUB_OUTPUT"
|
echo "formatted_build_time=${formatted_build_time}" >> "$GITHUB_OUTPUT"
|
||||||
|
echo "version=${version}" >> "$GITHUB_OUTPUT"
|
||||||
|
|
||||||
- name: Read changelog
|
- name: Read changelog
|
||||||
id: read_changelog
|
id: read_changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user