Skip to content

Commit

Permalink
fix: fix release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
aliscott committed Oct 25, 2023
1 parent 1894ba8 commit 9b7f6d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ jobs:
release-dev:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
uses: ./.github/workflows/release_dev.yml
secrets: inherit

release-prod:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
needs: release-dev
uses: ./.github/workflows/release_prod.yml
secrets: inherit

0 comments on commit 9b7f6d5

Please sign in to comment.