remove v prefix

This commit is contained in:
newbe36524 2021-07-25 14:51:26 +08:00
parent 6be571c228
commit 01c500023a
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
name-template: "v$RESOLVED_VERSION 🌈" name-template: "$RESOLVED_VERSION 🌈"
tag-template: "v$RESOLVED_VERSION" tag-template: "$RESOLVED_VERSION"
categories: categories:
- title: "💥 Breaking Changes" - title: "💥 Breaking Changes"
label: "💥 Breaking Change" label: "💥 Breaking Change"

View File

@ -60,6 +60,6 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
owner: "newbe36524" owner: "newbe36524"
repository: "FastGithub" repository: "FastGithub"
tagName: "v${{ steps.gitversion.outputs.MajorMinorPatch }}" tagName: "${{ steps.gitversion.outputs.MajorMinorPatch }}"
assets: | assets: |
FastGithub-${{ matrix.os }}-${{ steps.gitversion.outputs.MajorMinorPatch }}.zip FastGithub-${{ matrix.os }}-${{ steps.gitversion.outputs.MajorMinorPatch }}.zip