Skip to content

Update dependency com.android.tools.build:gradle to v8.6.1 (#60) #76

Update dependency com.android.tools.build:gradle to v8.6.1 (#60)

Update dependency com.android.tools.build:gradle to v8.6.1 (#60) #76

Workflow file for this run

name: Post-merge
on:
push:
branches:
- main
- 'release/**'
workflow_dispatch:
inputs:
scope:
description: 'Select which component of the version should be incremented'
required: true
default: 'minor'
type: choice
options:
- major
- minor
- patch
stage:
description: 'Select which stage of the release should be published'
required: true
default: 'snapshot'
type: choice
options:
- final
- snapshot
jobs:
build:
uses: kyhule/polyworld-workflows/.github/workflows/post-merge.yml@a26f05dbaa65b38aef88fd576709fdce64059d07
secrets: inherit
with:
version-scope: ${{ inputs.scope || vars.SCOPE }}
version-stage: ${{ inputs.stage || vars.STAGE }}
setup-android: false