Skip to content

Commit

Permalink
fix: create release action
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharlock10 authored Mar 11, 2024
1 parent 992b58b commit 86a9e91
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/prod-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,9 @@ jobs:
needs: [build-apk, build-bundle, build-web]
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Download artifacts
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 86a9e91

Please sign in to comment.