Fixed a bug with the release CI/CD
This commit is contained in:
parent
6ed14a70cd
commit
c09cad8718
7
.github/workflows/release.yaml
vendored
7
.github/workflows/release.yaml
vendored
|
@ -8,6 +8,13 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
services:
|
||||||
|
localstack:
|
||||||
|
image: localstack/localstack
|
||||||
|
ports:
|
||||||
|
- "4566:4566"
|
||||||
|
env:
|
||||||
|
SERVICES: ssm,dynamodb
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in a new issue