Skip to content

Merge pull request #53 from ReneeVandervelde/shared-actions #35

Merge pull request #53 from ReneeVandervelde/shared-actions

Merge pull request #53 from ReneeVandervelde/shared-actions #35

Workflow file for this run

name: Release
on:
push:
tags: ['*']
env:
GITHUB_TAG: ${{ github.ref }}
jobs:
tests:
name: Test
uses: inkapplications/.github/.github/workflows/kmp-checks.yml@1.1.0
publish:
name: Publish to Maven Central
needs: tests
secrets: inherit
uses: inkapplications/.github/.github/workflows/kmp-maven-publish.yml@1.1.0
with:
version: ${{ github.ref_name }}
publish-android: true