小调整。

pull/430/head
王良 2024-12-17 11:07:11 +08:00
parent 783efd73f3
commit 248103a51a
1 changed files with 0 additions and 7 deletions

View File

@ -44,15 +44,8 @@ jobs:
with:
python-version: '3.10'
- name: Get package info
id: package-info
uses: luizfelipelaviola/get-package-info@v1
with:
path: ./packages/mitmproxy
- name: Print
run: |
echo "version = ${{ steps.package-info.outputs.version }}";
echo "github.ref_type = ${{ github.ref_type }}";
echo "github.ref = ${{ github.ref }}";
echo "github.ref_name = ${{ github.ref_name }}";