Skip to content

Commit

Permalink
feat: Run a single container for sdk release (#50)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
ajhelsby authored Nov 15, 2022
1 parent 0847b0b commit 87c62cf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,8 @@ jobs:
release:
runs-on: ubuntu-latest
if: ${{ needs.release-please.outputs.release_created }}
strategy:
matrix:
container: [ "python:3.10" ]
container:
image: ${{ matrix.container }}
image: "python:3.10"

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 87c62cf

Please sign in to comment.