Skip to content

Version 1.7.0 (45) distributed to PlayStore. #941

Version 1.7.0 (45) distributed to PlayStore.

Version 1.7.0 (45) distributed to PlayStore. #941

name: Release Drafter
on:
push:
# branches to consider in the event; optional, defaults to all
branches:
- main
permissions:
id-token: write
contents: write
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: RDXWorks-actions/release-drafter@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}