mirror of
https://github.com/v2rayA/v2rayA.git
synced 2024-11-25 16:34:19 +08:00
fix APT and winget submit
This commit is contained in:
parent
b24346ffe1
commit
597b09ad74
6
.github/workflows/release_main.yml
vendored
6
.github/workflows/release_main.yml
vendored
@ -625,9 +625,10 @@ jobs:
|
||||
fetch-depth: 0
|
||||
- name: Check Version
|
||||
id: prep
|
||||
env:
|
||||
REF: ${{ inputs.tag }}
|
||||
run: |
|
||||
echo "P_DIR=$(pwd)" >> $GITHUB_OUTPUT
|
||||
tag=$(git describe --tags $(git rev-list --tags --max-count=1))
|
||||
tag=${{ inputs.tag }}
|
||||
version=$(echo $tag | sed 's/v//g')
|
||||
echo "VERSION=$version" >> $GITHUB_OUTPUT
|
||||
echo "VERSION=$version" >> $GITHUB_ENV
|
||||
@ -706,6 +707,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
- name: Check Version
|
||||
id: prep
|
||||
shell: bash
|
||||
env:
|
||||
REF: ${{ inputs.tag }}
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user