Skip to content

fix: Fix terminal cannot input 'enter' on android #31

fix: Fix terminal cannot input 'enter' on android

fix: Fix terminal cannot input 'enter' on android #31

Workflow file for this run

name: Create Tag
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: jacopocarlini/action-autotag@3.0.0
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
tag_prefix: "v"