Skip to content

Commit

Permalink
chore: github actions update
Browse files Browse the repository at this point in the history
  • Loading branch information
Yajana Rao authored and Yajana Rao committed Aug 3, 2024
1 parent 9ed9727 commit dc66ef4
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,7 @@ on:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
setup:
name: Setup Versioning
runs-on: ubuntu-latest

steps:
- name: Patch Version
run: npm run bump-minor

build:
needs: setup
uses: ./.github/workflows/build.yml

distribute:
name: Distribute application
name: Building and Distribution of Production Release
needs: build
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -71,6 +59,3 @@ jobs:
message: |
Below is the apk for commit: ${{ github.event.head_commit.message }}
document: ${{ github.workspace }}/apps/mobile/android/app/build/outputs/apk/release/app-release.apk

release:
uses: ./.github/workflows/release.yml

0 comments on commit dc66ef4

Please sign in to comment.