Skip to content

Commit

Permalink
Fix for deploying workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy-chernysh committed Apr 26, 2024
1 parent 6bbc2ac commit 36f9f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
secrets: inherit

deploy-to-production-track:
uses: ./.github/workflows/deploy-to-closed-track.yml
uses: ./.github/workflows/deploy-to-open-track.yml
needs: build-signed-bundle
secrets: inherit

0 comments on commit 36f9f39

Please sign in to comment.