Skip to content

Bump the versions group with 7 updates (#16) #12

Bump the versions group with 7 updates (#16)

Bump the versions group with 7 updates (#16) #12

Workflow file for this run

name: Build Release
on:
push:
branches:
- master
jobs:
gradle_validation:
uses: ./.github/workflows/call-gradle-wrapper-validation.yml
create_artifact:
needs: [ gradle_validation ]
uses: ./.github/workflows/call-create-artifacts.yml
with:
prerelease: false
secrets:
ACTIONS_TOKEN: ${{ secrets.ACTIONS_TOKEN }}
KEY_ALIAS: ${{ secrets.KEY_ALIAS }}
KEY_PASSWORD: ${{ secrets.KEY_PASSWORD }}
STORE_PASSWORD: ${{ secrets.STORE_PASSWORD }}
KEYSTORE_BASE64: ${{ secrets.KEYSTORE_BASE64 }}