File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 24
24
run : |
25
25
set -euo pipefail
26
26
RELEASE=$(cat VERSION)
27
+ # temporarily hardcode solution versions
28
+ AI_HUB_SOLUTION_VERSION=1.0
27
29
28
30
# oci-ods-aqua
29
31
STACKNAME=oci-ods-aqua
57
59
echo "aqua=${STACKNAME}"
58
60
echo "ai_document_converter=${DOC_CONVERTER_STACKNAME}"
59
61
echo "ai_translation=${TRANSLATION_STACKNAME}"
62
+ echo "ai_hub_solution_version=${AI_HUB_SOLUTION_VERSION}"
60
63
} >> $GITHUB_OUTPUT
61
64
62
65
- name : Prepare Release Notes
66
69
aqua="${{ steps.create_stacks.outputs.aqua }}"
67
70
ai_document_converter="${{ steps.create_stacks.outputs.ai_document_converter }}"
68
71
ai_translation="${{ steps.create_stacks.outputs.ai_translation }}"
72
+ ai_hub_solution_version="${{ steps.create_stacks.outputs.ai_hub_solution_version }}"
69
73
70
74
{
71
75
printf '# Stacks - v%s\n\n' "$rel"
80
84
81
85
printf '[magic_button]: https://oci-resourcemanager-plugin.plugins.oci.oraclecloud.com/latest/deploy-to-oracle-cloud.svg\n'
82
86
printf '[magic_stack_aqua]: https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/${{ github.repository }}/releases/download/%s/%s.zip\n' "$rel" "$aqua"
83
- printf '[magic_stack_ai_document_converter]: https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/${{ github.repository }}/releases/download/%s/%s.zip\n' "$rel " "$ai_document_converter"
84
- printf '[magic_stack_ai_translation]: https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/${{ github.repository }}/releases/download/%s/%s.zip\n' "$rel " "$ai_translation"
87
+ printf '[magic_stack_ai_document_converter]: https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/${{ github.repository }}/releases/download/%s/%s.zip\n' "$ai_hub_solution_version " "$ai_document_converter"
88
+ printf '[magic_stack_ai_translation]: https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/${{ github.repository }}/releases/download/%s/%s.zip\n' "$ai_hub_solution_version " "$ai_translation"
85
89
} > release.md
86
90
87
91
- name : Create Release
Original file line number Diff line number Diff line change 1
- 1 .0
1
+ 3 .0
You can’t perform that action at this time.
0 commit comments