@@ -16,14 +16,10 @@ permissions:
1616name : Create Release
1717jobs :
1818 build :
19- strategy :
20- matrix :
21- database-type : [mysql, mariadb]
2219 uses : ./.github/workflows/setup.yml
2320 secrets : inherit
2421 with :
2522 store-cloudpod : " true"
26- database-type : ${{ matrix.database-type }}
2723 localstack-version : ${{ inputs.release-tag || 'latest'}}
2824 upload :
2925 needs : build
4137 - name : Prepare Release Notes
4238 run : |
4339 echo "This release includes the Cloud Pod of the sample created with LocalStack Version \`${{ inputs.release-tag || 'latest'}}\`." > Release.txt
44- echo "Please use the \`release-pod-{database}.zip\` you need for your configuration." >> Release.txt
45- echo "### MariaDB" >> Release.txt
46- echo "By default LocalStack uses the engine \`mariadb\`, so you need \`release-pod-mariadb.zip\`." >> Release.txt
47- echo "You can click the Launchpad to inject the pod into your running LocalStack instance:" >> Release.txt
48- echo "[](https://app.localstack.cloud/launchpad?url=https://github.com/$GITHUB_REPOSITORY/releases/download/${{ inputs.release-tag || 'latest'}}/release-pod-mariadb.zip)" >> Release.txt
4940 echo "### MySQL" >> Release.txt
50- echo "If you start LocalStack with \`RDS_MYSQL_DOCKER=1\`, please use the \` mysql\` pod \`release-pod-mysql.zip\` " >> Release.txt
41+ echo "The pod was created with ` mysql` engine. " >> Release.txt
5142 echo "You can click the Launchpad to inject the \`mysql\` version of the pod into your running LocalStack instance:" >> Release.txt
5243 echo "[](https://app.localstack.cloud/launchpad?url=https://github.com/$GITHUB_REPOSITORY/releases/download/${{ inputs.release-tag || 'latest'}}/release-pod-mysql.zip)" >> Release.txt
5344
5950 name : " Cloud Pod for LocalStack Version '${{ inputs.release-tag || 'latest'}}'"
6051 body_path : ./Release.txt
6152 files : |
62- ./release-pod-mysql.zip
63- ./release-pod-mariadb.zip
53+ ./release-pod-mysql.zip
0 commit comments