Skip to content

Fix scroll limit 100 after shell reset. #11

Fix scroll limit 100 after shell reset.

Fix scroll limit 100 after shell reset. #11

Workflow file for this run

name: Tag version
on:
push:
branches:
- main # Adjust the branch as needed
jobs:
run_script:
runs-on: ubuntu-latest
steps:
- name: Check Out Code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Tag version
run: |
chmod +x ./.github/scripts/tag-version.sh
./.github/scripts/tag-version.sh