feat: Run a single container for sdk release (#50)

feature/release-please: Run a single container for sdk release
Signed-off-by: Andrew Helsby <ajhelsby@hotmail.com>

Signed-off-by: Andrew Helsby <ajhelsby@hotmail.com>

Signed-off-by: Andrew Helsby <ajhelsby@hotmail.com>
This commit is contained in:
Andrew Helsby 2022-11-15 15:59:13 +04:00 committed by GitHub
parent 0847b0b26c
commit 87c62cfae7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -34,11 +34,8 @@ jobs:
release: release:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: ${{ needs.release-please.outputs.release_created }} if: ${{ needs.release-please.outputs.release_created }}
strategy:
matrix:
container: [ "python:3.10" ]
container: container:
image: ${{ matrix.container }} image: "python:3.10"
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3