Skip to content

Commit e43cf83

Browse files
committed
test cloudpod release
1 parent 9fda55b commit e43cf83

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cloudpod_release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- 'README.md'
1010
branches:
1111
- main
12+
- cloudpod_workflow # TODO remove
1213

1314
permissions:
1415
contents: write
@@ -41,7 +42,9 @@ jobs:
4142
echo "Cloud Pod of the Sample created with LocalStack Version ${{ inputs.release-tag || 'latest'}}." > Release.txt
4243
echo " * Please use the 'release-pod-{database}.zip' you need for your configuration." >> Release.txt
4344
echo " * By default LocalStack uses the engine 'mariadb', so you need 'release-pod-mariadb.zip' " >> Release.txt
45+
echo " * Click here to inject the 'mariadb' pod into your running LocalStack instance: [![LocalStack Pods Launchpad](https://localstack.cloud/gh/launch-pod-badge.svg)](https://app.localstack.cloud/launchpad?url=https://github.com/$GITHUB_REPOSITORY/releases/download/${{ inputs.release-tag || 'latest'}}/release-pod-mariadb.zip)" >> Release.txt
4446
echo " * If you start LocalStack with 'RDS_MYSQL_DOCKER=1', please use the 'mysql' pod ('release-pod-mysql.zip')" >> Release.txt
47+
echo " * Click here to inject the 'mysql' pod into your running LocalStack instance: [![LocalStack Pods Launchpad](https://localstack.cloud/gh/launch-pod-badge.svg)](https://app.localstack.cloud/launchpad?url=https://github.com/$GITHUB_REPOSITORY/releases/download/${{ inputs.release-tag || 'latest'}}/release-pod-mysql.zip)" >> Release.txt
4548
- name: Create Release
4649
id: create_release
4750
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)