Skip to content

Commit

Permalink
chore. 版本号 tag 格式修改;
Browse files Browse the repository at this point in the history
  • Loading branch information
wdssmq committed Jun 8, 2022
1 parent 387a85c commit d4734a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
build:
name: Create Release
if: startsWith(github.ref, 'refs/tags/v-')
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
env:
ZIP_NAME: md2zbp
Expand All @@ -22,7 +22,7 @@ jobs:
env:
REF: ${{ github.ref }}
run: |
TAG=${REF/refs\/tags\/v-}
TAG=${REF/refs\/tags\/v}
echo "::set-output name=tag::${TAG}"
- name: Pack as zip
run: |
Expand Down

0 comments on commit d4734a0

Please sign in to comment.