Skip to content

Commit

Permalink
publish alpha from branch
Browse files Browse the repository at this point in the history
  • Loading branch information
frontegg-david committed Sep 20, 2024
1 parent 9958ab0 commit f4747e5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/onPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,19 @@ jobs:
- name: Build Libraries
shell: bash
run: ./gradlew :app:build --no-daemon


- name: Set Alpha Version
id: incremented-alpha-version
uses: ./.github/actions/update-gradle-version
with:
type: alpha

- name: prepare release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }}
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
GPG_PRIVATE_KEY: ${{ secrets.GPG_SIGNING_KEY }}
run: ./gradlew publish --no-daemon --no-parallel

0 comments on commit f4747e5

Please sign in to comment.