Skip to content

Merge pull request #88 from InkApplications/web-compoe-sample #34

Merge pull request #88 from InkApplications/web-compoe-sample

Merge pull request #88 from InkApplications/web-compoe-sample #34

Workflow file for this run

name: Release
on:
push:
tags: ['*']
jobs:
tests:
name: Test
uses: inkapplications/.github/.github/workflows/[email protected]
publish-maven:
name: Publish to Maven Central
needs: [tests]
secrets: inherit
uses: inkapplications/.github/.github/workflows/[email protected]
with:
version: ${{ github.ref_name }}
publish-android: true