Skip to content

Commit

Permalink
Fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaSat committed Mar 12, 2024
1 parent dc77214 commit fe50619
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@ on:
tags:
- "v*.*.*"

env:
KEY_ALIAS: ${{ secrets.KEY_ALIAS }}
KEY_PASS: ${{ secrets.KEY_PASS }}
KEY_STORE_PASS: ${{ secrets.KEY_STORE_PASS }}
KEYSTORE: ${{ secrets.KEYSTORE }}

jobs:
android-build:
uses: KoalaSat/nostros/.github/workflows/android-build.yml@main
env:
KEY_ALIAS: ${{ secrets.KEY_ALIAS }}
KEY_PASS: ${{ secrets.KEY_PASS }}
KEY_STORE_PASS: ${{ secrets.KEY_STORE_PASS }}
KEYSTORE: ${{ secrets.KEYSTORE }}
release:
needs: [android-build]
runs-on: ubuntu-latest
Expand Down

0 comments on commit fe50619

Please sign in to comment.