Skip to content

Commit

Permalink
Set versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Jooseppi12 committed Oct 1, 2024
1 parent 772fc96 commit 1b2bfdb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ jobs:
npx cap sync
working-directory: ./WebSharper.Capacitor.Sample

- name: Set version
run: |
npm install -g capacitor-set-version
npx capacitor-set-version set:android -v 1.0.0 -b ${{ github.run_id }} ./WebSharper.Capacitor.Sample
# Build the APK using Gradle
- name: Build Android APK
run: |
Expand Down

0 comments on commit 1b2bfdb

Please sign in to comment.