@@ -16,14 +16,10 @@ permissions:
16
16
name : Create Release
17
17
jobs :
18
18
build :
19
- strategy :
20
- matrix :
21
- database-type : [mysql, mariadb]
22
19
uses : ./.github/workflows/setup.yml
23
20
secrets : inherit
24
21
with :
25
22
store-cloudpod : " true"
26
- database-type : ${{ matrix.database-type }}
27
23
localstack-version : ${{ inputs.release-tag || 'latest'}}
28
24
upload :
29
25
needs : build
41
37
- name : Prepare Release Notes
42
38
run : |
43
39
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
49
40
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
51
42
echo "You can click the Launchpad to inject the \`mysql\` version of the pod into your running LocalStack instance:" >> Release.txt
52
43
echo "[](https://app.localstack.cloud/launchpad?url=https://github.com/$GITHUB_REPOSITORY/releases/download/${{ inputs.release-tag || 'latest'}}/release-pod-mysql.zip)" >> Release.txt
53
44
59
50
name : " Cloud Pod for LocalStack Version '${{ inputs.release-tag || 'latest'}}'"
60
51
body_path : ./Release.txt
61
52
files : |
62
- ./release-pod-mysql.zip
63
- ./release-pod-mariadb.zip
53
+ ./release-pod-mysql.zip
0 commit comments