Skip to content

update git tag command #1341

update git tag command

update git tag command #1341

Workflow file for this run

---
name: build-ios
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4.2.0
with:
fetch-depth: '1'
submodules: 'true'
# submodules: 'recursive'
- name: read python version
id: python-version
run: |
echo "python_version=$(cat .python-version)" >> $GITHUB_ENV
- uses: actions/setup-python@v5.2.0
with:
python-version: ${{ env.python_version }}