Skip to content

Commit

Permalink
fix(Github-Actions): working on deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
shinybrar committed Oct 24, 2023
1 parent 73b1af1 commit d19c775
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,15 @@ jobs:
release_created: ${{ steps.release-please.outputs.releases_created }}
releases: ${{ steps.release-please.outputs.releases }}
tag_name: ${{ steps.release-please.outputs.tag_name }}


build:
runs-on: ubuntu-latest
needs: releaseer
if : ${{ needs.releaseer.outputs.release_created }}
strategy:
matrix:
info: ${{ fromJson(needs.releaseer.outputs.releases) }}
info: ${{ needs.releaseer.outputs.releases }}
python-version: [3.9]
steps:
-
Expand Down

0 comments on commit d19c775

Please sign in to comment.