Skip to content

Merge pull request #50 from InkApplications/tweaks #23

Merge pull request #50 from InkApplications/tweaks

Merge pull request #50 from InkApplications/tweaks #23

Workflow file for this run

name: Release
on:
push:
tags: ['*']
env:
GITHUB_TAG: ${{ github.ref }}
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