We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
因為每次更新版本號時都需要手動去更新通配符版,應該直接獲取版本好的 major,然後把那個 tag 自動拿去指向最新版本的 hash
on: push: tags: - v*.*.* jobs: build: - name: catch major tag - name: update major tag run: | git tag MAJOR_TAG ${{ steps.version.outputs.tag }} -f git push origin MAJOR_TAG -f
The text was updated successfully, but these errors were encountered:
minor 版本可能也需要
Sorry, something went wrong.
jzovvo
No branches or pull requests
安怎?
因為每次更新版本號時都需要手動去更新通配符版,應該直接獲取版本好的 major,然後把那個 tag 自動拿去指向最新版本的 hash
API 輪廓
The text was updated successfully, but these errors were encountered: