Skip to content

Fix: Android build (#20) #38

Fix: Android build (#20)

Fix: Android build (#20) #38

Workflow file for this run

name: Semantic Release
on: push
jobs:
semantic-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: codfish/semantic-release-action@v2
if: github.ref == 'refs/heads/main'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}