Fixed a bug with the release CI/CD

This commit is contained in:
Leon Mika 2022-07-30 09:16:23 +10:00
parent 6ed14a70cd
commit c09cad8718

View file

@ -8,6 +8,13 @@ on:
jobs:
release:
runs-on: ubuntu-latest
services:
localstack:
image: localstack/localstack
ports:
- "4566:4566"
env:
SERVICES: ssm,dynamodb
steps:
- name: Checkout
uses: actions/checkout@v2