Skip to content

[FIX] AndroidのNavigationBarを透明に (#746) #223

[FIX] AndroidのNavigationBarを透明に (#746)

[FIX] AndroidのNavigationBarを透明に (#746) #223

name: Production Release Tag PR
on:
push:
branches:
- develop
jobs:
check:
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
pull-requests: write
steps:
# https://github.com/actions/checkout
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
- id: tagpr
uses: Songmu/tagpr@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}